diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 17:21:33 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 17:21:33 (GMT) |
commit | 19d07f29cea807e2a5f9640b8ef86db4508dd1a2 (patch) | |
tree | a4948356ec49fe41dd13324afb00483ef547ca84 /Misc | |
parent | 8bd3415aefbb4617259bea01ee050f5d5ccbcb0a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |