diff options
author | Georg Brandl <georg@python.org> | 2008-03-21 19:54:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-21 19:54:00 (GMT) |
commit | 331243270dc91cfccd31b071abb8d2fcf84a7984 (patch) | |
tree | 9c5b75d9cd510c72683b665b7e2af65cbe37b9fc /Misc/NEWS | |
parent | d346475a0cef4be9fb42e586e15e03c1f74c7903 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |