summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-08-16 17:21:33 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-08-16 17:21:33 (GMT)
commit19d07f29cea807e2a5f9640b8ef86db4508dd1a2 (patch)
treea4948356ec49fe41dd13324afb00483ef547ca84 /Misc
parent8bd3415aefbb4617259bea01ee050f5d5ccbcb0a (diff)
downloadcpython-19d07f29cea807e2a5f9640b8ef86db4508dd1a2.zip
cpython-19d07f29cea807e2a5f9640b8ef86db4508dd1a2.tar.gz
cpython-19d07f29cea807e2a5f9640b8ef86db4508dd1a2.tar.bz2
backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #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 dd80f6c..86deb58 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,9 +19,6 @@ Core and Builtins
Library
-------
-- Issue #8797: Raise HTTPError on failed Basic Authentication immediately.
- Initial patch by Sam Bull.
-
- Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when
parsing long line. Original patch by Raymond Hettinger.