[issue2713] Py3k warn on unicode escapes in raw strings

Amaury Forgeot d'Arc report at bugs.python.org
Wed Jun 3 23:26:13 CEST 2009


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

Why was this patch rejected?
with python2.6,
     len(ur'\u1234') == 1
with python3.0,
     len( r'\u1234') == 6

This is worth a warning IMO.
See also issue2570.

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

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


More information about the Python-bugs-list mailing list