summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-08-16 17:22:37 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-08-16 17:22:37 (GMT)
commit402df0975c1adacdc3673b9308ec759a557f6b4b (patch)
treed924a828f1a1e96b038f02071de5d2b5c4e48264 /Misc
parent7869a4e03aa8624bdb7636120819a06c84503e60 (diff)
downloadcpython-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/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 32f8cfc..18e5a6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.