| commit | b26fe2f313143139f7666f125b097d9c92a494ff | [log] [tgz] |
|---|---|---|
| author | Senthil Kumaran <senthil@uthcode.com> | Tue May 15 22:39:17 2012 +0800 |
| committer | Senthil Kumaran <senthil@uthcode.com> | Tue May 15 22:39:17 2012 +0800 |
| tree | 42d106f0aa42551995255ba09bc97286f81cf8e4 | |
| parent | 0fb41b56ea1415943569ee6dda1c9d1aec952c37 [diff] [blame] | |
| parent | 34f3fcc269be2ecded57ff3ae336977c5e74c42f [diff] [blame] |
merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2.
diff --git a/Misc/NEWS b/Misc/NEWS index 95a2c4f..009d8e6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Library ------- +- Issue #12541: Be lenient with quotes around Realm field of HTTP Basic + Authentation in urllib2. + - Issue 14807: move undocumented tarfile.filemode() to stat.filemode() and add doc entry. Add tarfile.filemode alias with deprecation warning.