[issue6853] system proxy not used for https (on windows)

2010-07-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in r82890 and branches. Thanks Mark for bringing these issues out. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue6853] system proxy not used for https (on windows)

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: This is a one line patch. -- assignee: -> orsenthil nosy: +BreamoreBoy, orsenthil stage: -> patch review versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker _

[issue6853] system proxy not used for https (on windows)

2009-09-06 Thread lplatypus
New submission from lplatypus : 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