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.
--
http://mail.python.org/mailman/listinfo/python-list
