How do I use proxies with httplib?

Jeffrey Kunce KUNCEJ at mail.conservation.state.mo.us
Fri Apr 23 11:01:27 EDT 1999


>I see that urllib has that covered.  So I tried it out, only to run up
>against a problem that I want to blame on urllib; it claims to not
>recognize the http url type:

proxies in urllib for 1.5.1 will work if you apply the two patches found on the [now somewhat buried] "Patches for Python 1.5.1" page:
     http://www.python.org/1.5/patches-1.5.1/

Or, as Chad suggested, upgrade to 1.5.2

  --Jeff





More information about the Python-list mailing list