From: Senthil Kumaran Date: Sat, 16 Aug 2014 08:49:09 +0000 (+0530) Subject: merge from 3.4 X-Git-Tag: v3.5.0a1~1066 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e;p=python merge from 3.4 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. --- 39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e diff --cc Misc/NEWS index 66fc45e90e,32f8cfcd8e..43c4b3f43d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -115,8 -27,9 +115,11 @@@ Core and Builtin 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() in the mailbox module.