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 Levi Cameron
Recipients Levi Cameron, bob.ippolito, ezio.melotti, oberstet, rhettinger, serhiy.storchaka
Date 2017-05-02.00:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493684845.2.0.725154551799.issue29992@psf.upfronthosting.co.za>
In-reply-to
Content
A less exotic use case than oberstet's: Converting code from python 2 -> 3 and trying to maintain python 2 behaviour of returning all strings as bytes rather than unicode strings.

obsertet's solution works but is very much tied to the current implementation.
History
Date User Action Args
2017-05-02 00:27:26Levi Cameronsetrecipients: + Levi Cameron, rhettinger, bob.ippolito, ezio.melotti, oberstet, serhiy.storchaka
2017-05-02 00:27:25Levi Cameronsetmessageid: <1493684845.2.0.725154551799.issue29992@psf.upfronthosting.co.za>
2017-05-02 00:27:25Levi Cameronlinkissue29992 messages
2017-05-02 00:27:24Levi Cameroncreate