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 r.david.murray
Recipients eryksun, ezio.melotti, lemburg, r.david.murray, serhiy.storchaka, vstinner
Date 2015-04-22.13:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429710754.69.0.366392214947.issue24025@psf.upfronthosting.co.za>
In-reply-to
Content
str accepting bytes and returning the repr was a conscious design choice, as evidenced by the -bb option, and I'm sure there is code that is both unintentionally and *intentionally* using this, despite the warning.  Unless we want to discuss making the -bb behavior the default in a future version of python, this issue should be closed.
History
Date User Action Args
2015-04-22 13:52:34r.david.murraysetrecipients: + r.david.murray, lemburg, vstinner, ezio.melotti, serhiy.storchaka, eryksun
2015-04-22 13:52:34r.david.murraysetmessageid: <1429710754.69.0.366392214947.issue24025@psf.upfronthosting.co.za>
2015-04-22 13:52:34r.david.murraylinkissue24025 messages
2015-04-22 13:52:34r.david.murraycreate