diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 08:49:09 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-08-16 08:49:09 (GMT) |
commit | 39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e (patch) | |
tree | b1837aa65bd16aae5442bb982cdcd9f4f6fbe83e /Misc | |
parent | 706768c687f5413c909168736506aaf4fb4861c0 (diff) | |
parent | b2e3a939bfd20e8d57881e4ad6e45df61fbfa444 (diff) | |
download | cpython-39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e.zip cpython-39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e.tar.gz cpython-39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e.tar.bz2 |
merge from 3.4
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
@@ -115,6 +115,9 @@ Core and Builtins Library ------- +- Issue #8797: Raise HTTPError on failed Basic Authentication immediately. + Initial patch by Sam Bull. + - Issue #15381: Optimized line reading in io.BytesIO. - Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() |