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 JelteF
Recipients JelteF, SilentGhost, martin.panter
Date 2016-02-21.16:34:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456072478.81.0.87332773428.issue26402@psf.upfronthosting.co.za>
In-reply-to
Content
From what I can see that change simply replaces the old BadStatusLine exception with the new RemoteDisconnected one. But since BadStatusLine is not a subclass of OSError the correct code path would be taken. Currently the path in execpt RemoteDisconnected is simply a no-op as the exception will be caught first as an OSError.
History
Date User Action Args
2016-02-21 16:34:38JelteFsetrecipients: + JelteF, SilentGhost, martin.panter
2016-02-21 16:34:38JelteFsetmessageid: <1456072478.81.0.87332773428.issue26402@psf.upfronthosting.co.za>
2016-02-21 16:34:38JelteFlinkissue26402 messages
2016-02-21 16:34:38JelteFcreate