diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 17:22:37 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 17:22:37 (GMT) |
commit | 402df0975c1adacdc3673b9308ec759a557f6b4b (patch) | |
tree | d924a828f1a1e96b038f02071de5d2b5c4e48264 /Misc | |
parent | 7869a4e03aa8624bdb7636120819a06c84503e60 (diff) | |
download | cpython-402df0975c1adacdc3673b9308ec759a557f6b4b.zip cpython-402df0975c1adacdc3673b9308ec759a557f6b4b.tar.gz cpython-402df0975c1adacdc3673b9308ec759a557f6b4b.tar.bz2 |
backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ Core and Builtins Library ------- -- Issue #8797: Raise HTTPError on failed Basic Authentication immediately. - Initial patch by Sam Bull. - - Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() in the mailbox module. |