summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-08-16 08:49:09 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-08-16 08:49:09 (GMT)
commit39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e (patch)
treeb1837aa65bd16aae5442bb982cdcd9f4f6fbe83e /Misc
parent706768c687f5413c909168736506aaf4fb4861c0 (diff)
parentb2e3a939bfd20e8d57881e4ad6e45df61fbfa444 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 66fc45e..43c4b3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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()