Use of httplib?

Syver Enstad syver at NOSPAMcyberwatcher.com
Fri Dec 15 07:04:43 EST 2000


I've always just done like this:

file = http.getfile()
for line in file.readlines()
    # do stuff with line

And it has never been a problem.





More information about the Python-list mailing list