Re: urlopen.read()

2007-04-20 Thread Steve Holden
ken wrote: > 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. > Yes. However you can

urlopen.read()

2007-04-20 Thread ken
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