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 serhiy.storchaka, terry.reedy, ukl, vstinner
Date 2018-01-20.08:04:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516435444.81.0.467229070634.issue32582@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps this issue should be raised on Python-Dev, since it changes the old and well-known behavior of buildins. I think that ValueError is more appropriate, but in past we decided to keep OverflowError for compatibility.

If change chr(), other code needs to be changed. "%c", PyUnicode_FromOrdinal(), PyUnicode_Format(), and possible the same for bytes.

See also issue29833 and issue15988.
History
Date User Action Args
2018-01-20 08:04:04serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, vstinner, ukl
2018-01-20 08:04:04serhiy.storchakasetmessageid: <1516435444.81.0.467229070634.issue32582@psf.upfronthosting.co.za>
2018-01-20 08:04:04serhiy.storchakalinkissue32582 messages
2018-01-20 08:04:04serhiy.storchakacreate