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 Tyler Bell
Recipients Tyler Bell, mrbell321@gmail.com
Date 2019-05-17.18:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558116619.02.0.498574618124.issue34215@roundup.psfhosted.org>
In-reply-to
Content
I've updated my PR to reflect a better message for the IncompleteReadError exception. When expected is None, the error reads, "IncompleteReadError: 1 bytes read on a total of None expected bytes" which is confusing. My PR changes this to "IncompleteReadError: 1 bytes read on a total of unknown expected bytes". Otherwise, it is required that whoever views the exception text(possibly through layers of abstraction), to know that None(a "low level" programmers decision) is equal to unknown.
History
Date User Action Args
2019-05-17 18:10:19Tyler Bellsetrecipients: + Tyler Bell, mrbell321@gmail.com
2019-05-17 18:10:19Tyler Bellsetmessageid: <1558116619.02.0.498574618124.issue34215@roundup.psfhosted.org>
2019-05-17 18:10:18Tyler Belllinkissue34215 messages
2019-05-17 18:10:18Tyler Bellcreate