commit | 6a2a6c2ee37dad75134c212d43e48702f1b219a9 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Tue May 15 22:24:10 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Tue May 15 22:24:10 2012 +0800 |
tree | 3115aff50eec7656e8d301941fc8c5fafb707664 | |
parent | 8349bc2ba93bbe9c130adc6a9a3d6e24c2f6140f [diff] [blame] |
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.