commit | fa42bd7af429a909e3e964ffc8dcfa457e007ac8 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Apr 30 07:06:11 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Apr 30 07:06:11 2006 +0000 |
tree | b6ae48d30b6458f727e52788f465ed3c05e5e1d0 | |
parent | 5085fe2bcc1093eb4c0845a92c8e870421bd7f4e [diff] [blame] |
Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
diff --git a/Misc/NEWS b/Misc/NEWS index f4a69b6..bfbdd73 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -86,6 +86,8 @@ 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).