From: Senthil Kumaran Date: Wed, 20 Aug 2014 02:25:53 +0000 (+0530) Subject: merge from 3.4 X-Git-Tag: v3.5.0a1~1041 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b7ccbda900f9fc697aac6fdb72841c83ca640eb;p=python merge from 3.4 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. --- 2b7ccbda900f9fc697aac6fdb72841c83ca640eb diff --cc Misc/NEWS index 9e2b198ac3,9c4f5606a3..ed7865ef8b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -130,8 -33,9 +130,11 @@@ Librar - Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. +- Issue #15381: Optimized line reading in io.BytesIO. + + - 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.