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 eric.smith
Recipients eric.smith, ezio.melotti, mahmoud, martin.panter, r.david.murray, vstinner
Date 2015-04-22.03:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429672618.13.0.399142849896.issue24019@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with deprecating (in the documentation) but never removing the encoding argument to str() in Python 3. .decode() is the better way to convert a bytes-like object to a str.

Every change proposed here would be an enhancement in 2.7, and we are not implementing enhancements there.
History
Date User Action Args
2015-04-22 03:16:58eric.smithsetrecipients: + eric.smith, vstinner, ezio.melotti, r.david.murray, martin.panter, mahmoud
2015-04-22 03:16:58eric.smithsetmessageid: <1429672618.13.0.399142849896.issue24019@psf.upfronthosting.co.za>
2015-04-22 03:16:57eric.smithlinkissue24019 messages
2015-04-22 03:16:57eric.smithcreate