HTTP Protocol Client

Ian Clark iclark at mail.ewu.edu
Thu Sep 20 19:56:50 EDT 2007


welcomestocontact at gmail.com wrote:
> h = httplib.HTTP('http://Google.com',80)

This should be:
h = httplib.HTTP('Google.com',80)

And I certainly agree with the others, check out urllib*.

Ian




More information about the Python-list mailing list