wasm-demo/demo/ermis-f/python_m/cur/0438

22 lines
669 B
Plaintext

From: KUNCEJ at mail.conservation.state.mo.us (Jeffrey Kunce)
Date: Fri, 23 Apr 1999 15:01:27 GMT
Subject: How do I use proxies with httplib?
Message-ID: <s72046c8.072@mail.conservation.state.mo.us>
X-UID: 438
>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