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 rhettinger
Recipients benjamin.peterson, devarakondapranav, rhettinger, serhiy.storchaka, xtreak
Date 2018-10-05.23:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538781826.19.0.545547206417.issue34893@psf.upfronthosting.co.za>
In-reply-to
Content
> Please find attached the fixer I wrote. 

Wouldn't this break programs that had already run encode() on the input (as they were already supposed to be doing, and as they would be doing for code that runs under both Python2 and Python3)?
History
Date User Action Args
2018-10-05 23:23:46rhettingersetrecipients: + rhettinger, benjamin.peterson, serhiy.storchaka, xtreak, devarakondapranav
2018-10-05 23:23:46rhettingersetmessageid: <1538781826.19.0.545547206417.issue34893@psf.upfronthosting.co.za>
2018-10-05 23:23:46rhettingerlinkissue34893 messages
2018-10-05 23:23:46rhettingercreate