[issue11228] raw unicode strings interpret \u and \U (but not \n, \xHH, ...)

Amaury Forgeot d'Arc report at bugs.python.org
Thu Feb 17 00:55:19 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This has changed in python 3, and is even documented: http://docs.python.org/dev/py3k/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit (6th bullet)

Python 2.x could not be changed, for compatibility reasons.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11228>
_______________________________________


More information about the Python-bugs-list mailing list