diff options
author | Georg Brandl <georg@python.org> | 2006-04-30 07:06:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-04-30 07:06:11 (GMT) |
commit | fa42bd7af429a909e3e964ffc8dcfa457e007ac8 (patch) | |
tree | b6ae48d30b6458f727e52788f465ed3c05e5e1d0 /Misc | |
parent | 5085fe2bcc1093eb4c0845a92c8e870421bd7f4e (diff) | |
download | cpython-fa42bd7af429a909e3e964ffc8dcfa457e007ac8.zip cpython-fa42bd7af429a909e3e964ffc8dcfa457e007ac8.tar.gz cpython-fa42bd7af429a909e3e964ffc8dcfa457e007ac8.tar.bz2 |
Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ Extension Modules Library ------- +- Patch #1470846: fix urllib2 ProxyBasicAuthHandler. + - Patch #1475231: ``doctest`` has a new ``SKIP`` option, which causes a doctest to be skipped (the code is not run, and the expected output or exception is ignored). |