diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2009-12-20 07:10:31 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2009-12-20 07:10:31 (GMT) |
commit | 47fff87027dcf6493d177902b7d851a6582f76d0 (patch) | |
tree | a996eb4b11b2d6e8244cf508be144b0f7b89ec3a /Misc | |
parent | 0639d5aeb61d6b7b0e1e1cbbdd7dd89a420a47f5 (diff) | |
download | cpython-47fff87027dcf6493d177902b7d851a6582f76d0.zip cpython-47fff87027dcf6493d177902b7d851a6582f76d0.tar.gz cpython-47fff87027dcf6493d177902b7d851a6582f76d0.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -157,6 +157,9 @@ C-API Library ------- +- Issue #7231: urllib2 cannot handle https with proxy requiring auth. Patch by + Tatsuhiro Tsujikawa. + - Issue #4757: `zlib.compress` and other methods in the zlib module now raise a TypeError when given an `str` object (rather than a `bytes`-like object). Patch by Victor Stinner and Florent Xicluna. |