From: Senthil Kumaran Date: Sat, 16 Aug 2014 17:24:24 +0000 (+0530) Subject: merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 X-Git-Tag: v3.5.0a1~1062 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2953e514680496c8fb3062628df3c845c0a43c1;p=python merge 3.4; backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 --- e2953e514680496c8fb3062628df3c845c0a43c1 diff --cc Misc/NEWS index 43c4b3f43d,18e5a6d105..66fc45e90e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -115,11 -27,6 +115,8 @@@ 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.