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 lemburg
Recipients Sworddragon, ezio.melotti, lemburg, loewis, ncoghlan, r.david.murray, serhiy.storchaka, vstinner
Date 2014-06-21.21:21:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403385710.63.0.301546888762.issue21331@psf.upfronthosting.co.za>
In-reply-to
Content
The unicode-escape codec was used in Python 2 to convert Unicode literals in source code to Unicode objects. Before PEP 263, Unicode literals in source code were interpreted as Latin-1. See http://legacy.python.org/dev/peps/pep-0263/ for details.

The implementation is correct, but doesn't necessarily match today's realities anymore.
History
Date User Action Args
2014-06-21 21:21:50lemburgsetrecipients: + lemburg, loewis, ncoghlan, vstinner, ezio.melotti, r.david.murray, Sworddragon, serhiy.storchaka
2014-06-21 21:21:50lemburgsetmessageid: <1403385710.63.0.301546888762.issue21331@psf.upfronthosting.co.za>
2014-06-21 21:21:50lemburglinkissue21331 messages
2014-06-21 21:21:50lemburgcreate