]> granicus.if.org Git - python/commit
Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Dec 2009 06:05:13 +0000 (06:05 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Dec 2009 06:05:13 +0000 (06:05 +0000)
commit7713acf201e9638966a9a8f8e38446400410e826
tree27cdca52a87dd6575df9f6c2ab99361f00cea2ea
parent062d2b52f3128f44bfd853459652e075c9bb5f40
Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth
Refactored HTTPHandler tests and added testcase for proxy authorization.
Lib/httplib.py
Lib/test/test_urllib2.py
Lib/urllib2.py
Misc/NEWS