]> granicus.if.org Git - python/commit
Merged revisions 76908 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Dec 2009 06:32:46 +0000 (06:32 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Dec 2009 06:32:46 +0000 (06:32 +0000)
commit8116364b7362b1d5a25240342aa7296e307bd6da
tree2e75894abd0520e51ace83477b03bac77479f4f5
parent2f4f2c15cb7730c2de42b8e7d9b001ac72ced57a
Merged revisions 76908 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76908 | senthil.kumaran | 2009-12-20 11:35:13 +0530 (Sun, 20 Dec 2009) | 4 lines

  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