This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ldeller
Recipients ldeller
Date 2009-09-07.04:46:22
SpamBayes Score 0.00592719
Marked as misclassified No
Message-id <1252298794.29.0.673935576663.issue6853@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, the urllib2 module (renamed to urllib.request in python 3)
does not use the system web proxy for https URLs in the case where "Use
the same proxy for all protocols" is selected in the Internet Explorer
proxy settings.

Attached is a patch against urllib/request.py in python 3.1.1
History
Date User Action Args
2009-09-07 04:46:45ldellersetrecipients: + ldeller
2009-09-07 04:46:34ldellersetmessageid: <1252298794.29.0.673935576663.issue6853@psf.upfronthosting.co.za>
2009-09-07 04:46:28ldellerlinkissue6853 messages
2009-09-07 04:46:26ldellercreate