summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-05-15 14:30:25 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-05-15 14:30:25 (GMT)
commit34f3fcc269be2ecded57ff3ae336977c5e74c42f (patch)
tree1abc52f596e83d0f4737281d1c663b7b65736512 /Misc
parent539f239e88cbcbdb11014c82ee5a5d8ee9536ec6 (diff)
downloadcpython-34f3fcc269be2ecded57ff3ae336977c5e74c42f.zip
cpython-34f3fcc269be2ecded57ff3ae336977c5e74c42f.tar.gz
cpython-34f3fcc269be2ecded57ff3ae336977c5e74c42f.tar.bz2
Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2.
G: changed Misc/NEWS
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 10b5453..f3b14b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Core and Builtins
Library
-------
+- Issue #12541: Be lenient with quotes around Realm field of HTTP Basic
+ Authentation in urllib2.
+
- Issue #14662: Prevent shutil failures on OS X when destination does not
support chflag operations. Patch by Hynek Schlawack.