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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ethan.furman, ezio.melotti, lemburg, ncoghlan, serhiy.storchaka, steven.daprano, vstinner
Date 2014-11-25.10:34:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416911647.98.0.770888875554.issue19676@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me.
But it seems that the reverse operation is not possible in the general case: .decode('unicode_escape') assumes a latin-1 or ascii encoding.
Should we document this?
History
Date User Action Args
2014-11-25 10:34:08amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, ncoghlan, vstinner, ezio.melotti, steven.daprano, ethan.furman, serhiy.storchaka
2014-11-25 10:34:07amaury.forgeotdarcsetmessageid: <1416911647.98.0.770888875554.issue19676@psf.upfronthosting.co.za>
2014-11-25 10:34:07amaury.forgeotdarclinkissue19676 messages
2014-11-25 10:34:07amaury.forgeotdarccreate