diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-08-20 02:23:58 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-08-20 02:23:58 (GMT) |
commit | 783737625d1f06f78b53eee6331d2f428ffe4d27 (patch) | |
tree | d2218b4b459b7cf4b7e8a5786cf128cc07a1a2da /Misc | |
parent | c1a723a0b300f036ba76c0370374ee2e455c2c52 (diff) | |
download | cpython-783737625d1f06f78b53eee6331d2f428ffe4d27.zip cpython-783737625d1f06f78b53eee6331d2f428ffe4d27.tar.gz cpython-783737625d1f06f78b53eee6331d2f428ffe4d27.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
@@ -33,6 +33,9 @@ Library - Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. +- 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. |