summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-08-20 02:22:59 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-08-20 02:22:59 (GMT)
commit0088b620c93d8d503d13c22ed44921bfc6083a4e (patch)
treede18d8fc388681277cbafeb72549273e9b2ed27b /Misc
parent52ed7550338864c5babd95abf0d184d18509014d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 27d8ff5..a38a59d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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