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 martin.panter, r.david.murray, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-09-27.10:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474970897.1.0.816706055881.issue27572@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that deprecates support of bytes-like objects except bytes and bytearray in int(), float(), compile(), eval(), exec(). I'm not arguing for it, this is just for the ground of the discussion.
History
Date User Action Args
2016-09-27 10:08:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, r.david.murray, martin.panter, xiang.zhang
2016-09-27 10:08:17serhiy.storchakasetmessageid: <1474970897.1.0.816706055881.issue27572@psf.upfronthosting.co.za>
2016-09-27 10:08:17serhiy.storchakalinkissue27572 messages
2016-09-27 10:08:17serhiy.storchakacreate