[issue9423] Error in urllib2.do_open(self, http_class, req)

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: No activity in two years, I'm closing this ticket. -- nosy: +christian.heimes resolution: -> out of date status: open -> closed ___ Python tracker

[issue9423] Error in urllib2.do_open(self, http_class, req)

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: @Lyle can we follow up with anything on this issue? If no as originator could you close it please. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker

[issue9423] Error in urllib2.do_open(self, http_class, req)

2010-07-30 Thread Lyle Ross
Lyle Ross lyle.r...@us-cert.gov added the comment: Thanks for the tip, Kumaran. I'll try it. Lyle Ross Office:735G Email: lyle.r...@us-cert.gov Ofc Phone: 703.235.5221 -- ___ Python tracker rep...@bugs.python.org

[issue9423] Error in urllib2.do_open(self, http_class, req)

2010-07-29 Thread Lyle Ross
New submission from Lyle Ross lyle.r...@us-cert.gov: W:\Production Apps\PyLibpython ProxyHTTPConnection.py W:\Production Apps\PyLibset path=C:\Python26;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\ Wbem;;C:\Program Files\RSA Security\RSA Authentication Agent\Agenthost

[issue9423] Error in urllib2.do_open(self, http_class, req)

2010-07-29 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: urllib2 currently supports the HTTPS over Proxy, you might want to use that Handler (HTTPSProxyHandler) instead of using the recipe that you attached. -- nosy: +orsenthil ___ Python tracker