What is the best way to "get" a web page?

Felipe Almeida Lessa felipe.lessa at gmail.com
Sun Sep 24 13:29:42 EDT 2006


24 Sep 2006 10:09:16 -0700, Rainy <ak at silmarill.org>:
> Functionally they are the same, but third line included in Firefox.
> Opera View Source command produces the same result as Python.
[snip]

It's better to compare with the result of a downloader-only (instead
of a parser), like wget on Unix. That way you'll get exactly the same
bytes (assuming the page is static).

-- 
Felipe.



More information about the Python-list mailing list