diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 08:46:14 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 08:46:14 (GMT) |
commit | 7257b50e185775b6e634a45185fdb3df6588cdf1 (patch) | |
tree | 6daaf9bee081a1bb96466fae10d9b1e2eb291b7d /Misc | |
parent | c11633eabacba99e3e9fa76113b932b201af16bc (diff) | |
download | cpython-7257b50e185775b6e634a45185fdb3df6588cdf1.zip cpython-7257b50e185775b6e634a45185fdb3df6588cdf1.tar.gz cpython-7257b50e185775b6e634a45185fdb3df6588cdf1.tar.bz2 |
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ 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. |