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