summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-05-15 14:24:10 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-05-15 14:24:10 (GMT)
commit6a2a6c2ee37dad75134c212d43e48702f1b219a9 (patch)
tree3115aff50eec7656e8d301941fc8c5fafb707664 /Misc
parent8349bc2ba93bbe9c130adc6a9a3d6e24c2f6140f (diff)
downloadcpython-6a2a6c2ee37dad75134c212d43e48702f1b219a9.zip
cpython-6a2a6c2ee37dad75134c212d43e48702f1b219a9.tar.gz
cpython-6a2a6c2ee37dad75134c212d43e48702f1b219a9.tar.bz2
Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b44b44..2ab141b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #12541: Be lenient with quotes around Realm field with HTTP Basic
+ Authentation in urllib2.
+
- Issue #14662: Prevent shutil failures on OS X when destination does not
support chflag operations. Patch by Hynek Schlawack.