summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-21 19:54:00 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-21 19:54:00 (GMT)
commit331243270dc91cfccd31b071abb8d2fcf84a7984 (patch)
tree9c5b75d9cd510c72683b665b7e2af65cbe37b9fc /Misc/NEWS
parentd346475a0cef4be9fb42e586e15e03c1f74c7903 (diff)
downloadcpython-331243270dc91cfccd31b071abb8d2fcf84a7984.zip
cpython-331243270dc91cfccd31b071abb8d2fcf84a7984.tar.gz
cpython-331243270dc91cfccd31b071abb8d2fcf84a7984.tar.bz2
#2136: allow single quotes in realm spec.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ffd2e3..69b3c29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Core and builtins
Library
-------
+- Issue #2136: urllib2's auth handler now allows single-quoted realms in the
+ WWW-Authenticate header.
+
- Issue #2434: Enhanced platform.win32_ver() to also work on Python
installation which do not have the win32all package installed.