commit | 331243270dc91cfccd31b071abb8d2fcf84a7984 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 21 19:54:00 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 21 19:54:00 2008 +0000 |
tree | 9c5b75d9cd510c72683b665b7e2af65cbe37b9fc | |
parent | d346475a0cef4be9fb42e586e15e03c1f74c7903 [diff] [blame] |
#2136: allow single quotes in realm spec.
diff --git a/Misc/NEWS b/Misc/NEWS index 5ffd2e3..69b3c29 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -51,6 +51,9 @@ 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.