urllib (and urllib2) read all data from page on open()?

Fuzzyman fuzzyman at gmail.com
Mon Mar 14 09:00:47 EST 2005


Certianly under urllib2 - handle.read(100) will read the next 100 bytes
(up to) from the handle. Which is the same beahviour as the read method
for files.....

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml




More information about the Python-list mailing list