]> granicus.if.org Git - python/commit
Merged revisions 76908 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Dec 2009 07:10:31 +0000 (07:10 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Dec 2009 07:10:31 +0000 (07:10 +0000)
commit47fff87027dcf6493d177902b7d851a6582f76d0
treea996eb4b11b2d6e8244cf508be144b0f7b89ec3a
parent0639d5aeb61d6b7b0e1e1cbbdd7dd89a420a47f5
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/http/client.py
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/NEWS