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 ethan.furman
Recipients ethan.furman, python-dev, serhiy.storchaka, vstinner
Date 2015-04-02.17:30:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427995810.63.0.944798131469.issue23466@psf.upfronthosting.co.za>
In-reply-to
Content
b'%c' is still raising a TypeError.  The error message is fine ("%c requires an integer in range(256) or a single byte") but it should be an OverflowError for backwards compatibility.
History
Date User Action Args
2015-04-02 17:30:10ethan.furmansetrecipients: + ethan.furman, vstinner, python-dev, serhiy.storchaka
2015-04-02 17:30:10ethan.furmansetmessageid: <1427995810.63.0.944798131469.issue23466@psf.upfronthosting.co.za>
2015-04-02 17:30:10ethan.furmanlinkissue23466 messages
2015-04-02 17:30:10ethan.furmancreate