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 serhiy.storchaka
Recipients ethan.furman, python-dev, serhiy.storchaka, vstinner
Date 2015-04-03.06:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428041052.43.0.0801817892797.issue23466@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that makes bytes formatting raise an OverflowError if integer argument of %c is out of range.
History
Date User Action Args
2015-04-03 06:04:12serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ethan.furman, python-dev
2015-04-03 06:04:12serhiy.storchakasetmessageid: <1428041052.43.0.0801817892797.issue23466@psf.upfronthosting.co.za>
2015-04-03 06:04:12serhiy.storchakalinkissue23466 messages
2015-04-03 06:04:12serhiy.storchakacreate