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 martin.panter
Recipients demian.brecht, djc, jwilk, karlcow, martin.panter, mschu, orsenthil
Date 2015-07-19.00:11:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437264704.23.0.838056001001.issue8450@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 3566 has added a new exception subclass, RemoteDisconnected, in 3.5. People are still complaining about the old BadStatusLine exception in Python 2 though. See Issue 23054.

Python 2 could still get better documentation of the BadStatusLine exception. Currently it gives the impression that it only happens when the “strict” parameter is True, and a status line was received that was not understood.

The exception message could also be improved. Due to Issue 7427, there is a special case to make the message literally two quote signs (''), representing an empty string. Perhaps messages like “End of stream signalled”, “No status line”, or “Empty status line” would be clearer.
History
Date User Action Args
2015-07-19 00:11:44martin.pantersetrecipients: + martin.panter, orsenthil, jwilk, djc, karlcow, mschu, demian.brecht
2015-07-19 00:11:44martin.pantersetmessageid: <1437264704.23.0.838056001001.issue8450@psf.upfronthosting.co.za>
2015-07-19 00:11:44martin.panterlinkissue8450 messages
2015-07-19 00:11:43martin.pantercreate