This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author demian.brecht
Recipients Yuri.Bochkarev, agriffis, alanjds, amak, cananian, demian.brecht, icordasc, jcea, jhylton, martin.panter, mhammond, orsenthil, r.david.murray, rbcollins
Date 2015-02-20.01:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424396817.62.0.765382904941.issue3566@psf.upfronthosting.co.za>
In-reply-to
Content
Left a few minor comments in Rietveld.

My only opposition to the RemoteDisconnected error is now we have two exceptions that effectively mean the same thing. It looks like asyncio.streams has similar behaviour: https://hg.python.org/cpython/file/041a27298cf3/Lib/asyncio/streams.py#l193. I think that if it's acceptable to break backwards compatibility here, we should.

Browsing through some Github repos, it seems like this change /could/ potentially impact a few smaller projects. I can confirm, however, that neither urllib3 nor requests are dependent on BadStatusLine.
History
Date User Action Args
2015-02-20 01:46:57demian.brechtsetrecipients: + demian.brecht, jhylton, mhammond, jcea, orsenthil, amak, rbcollins, cananian, r.david.murray, alanjds, agriffis, martin.panter, icordasc, Yuri.Bochkarev
2015-02-20 01:46:57demian.brechtsetmessageid: <1424396817.62.0.765382904941.issue3566@psf.upfronthosting.co.za>
2015-02-20 01:46:57demian.brechtlinkissue3566 messages
2015-02-20 01:46:56demian.brechtcreate