summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-30 07:06:11 (GMT)
committerGeorg Brandl <georg@python.org>2006-04-30 07:06:11 (GMT)
commitfa42bd7af429a909e3e964ffc8dcfa457e007ac8 (patch)
treeb6ae48d30b6458f727e52788f465ed3c05e5e1d0 /Misc/NEWS
parent5085fe2bcc1093eb4c0845a92c8e870421bd7f4e (diff)
downloadcpython-fa42bd7af429a909e3e964ffc8dcfa457e007ac8.zip
cpython-fa42bd7af429a909e3e964ffc8dcfa457e007ac8.tar.gz
cpython-fa42bd7af429a909e3e964ffc8dcfa457e007ac8.tar.bz2
Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f4a69b6..bfbdd73 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).