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 HarryH, amaury.forgeotdarc
Date 2011-06-03.10:11:03
SpamBayes Score 0.027174192
Marked as misclassified No
Message-id <1307095864.74.0.203068775216.issue12252@psf.upfronthosting.co.za>
In-reply-to
Content
Even in "raw" unicode strings, \u is processed as an escape sequence; see the very last paragraph of
http://docs.python.org/reference/lexical_analysis.html#string-literals

Yes, this can be surprising, and was changed with Python 3.
Python 2 versions can't be changed for compatibility reasons.
History
Date User Action Args
2011-06-03 10:11:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, HarryH
2011-06-03 10:11:04amaury.forgeotdarcsetmessageid: <1307095864.74.0.203068775216.issue12252@psf.upfronthosting.co.za>
2011-06-03 10:11:04amaury.forgeotdarclinkissue12252 messages
2011-06-03 10:11:03amaury.forgeotdarccreate