urlopen.read()

ken ken.carlino at gmail.com
Fri Apr 20 15:52:12 EDT 2007


Hi,

When I call urlopen.read() like this:

data = urlopen("http://localhost").read().

Does that mean I will read the whole document to data, regardless how
many data being sent back?

Thank you.




More information about the Python-list mailing list