Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b44b44..2ab141b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@
 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.