diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-08-20 02:22:59 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-08-20 02:22:59 (GMT) |
commit | 0088b620c93d8d503d13c22ed44921bfc6083a4e (patch) | |
tree | de18d8fc388681277cbafeb72549273e9b2ed27b /Misc | |
parent | 52ed7550338864c5babd95abf0d184d18509014d (diff) | |
download | cpython-0088b620c93d8d503d13c22ed44921bfc6083a4e.zip cpython-0088b620c93d8d503d13c22ed44921bfc6083a4e.tar.gz cpython-0088b620c93d8d503d13c22ed44921bfc6083a4e.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
@@ -21,6 +21,9 @@ Library - Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. +- Issue #8797: Raise HTTPError on failed Basic Authentication immediately. + Initial patch by Sam Bull. + - Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. - Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when |