[issue5447] future unicode literals and r'\u'

Benjamin Peterson report at bugs.python.org
Sun Mar 8 21:17:33 CET 2009


Benjamin Peterson <benjamin at python.org> added the comment:

This happens with unicode literals even without "from __future__ import
unicode_literals" because raw strings still have \u escapes interpreted.
This isn't true in 3.0, so it would be nice to disable it with
unicode_literals.

----------
message_count: 1.0 -> 2.0
nosy: +benjamin.peterson
nosy_count: 1.0 -> 2.0
priority:  -> normal
type: compile error -> feature request
versions: +Python 2.7 -Python 2.6

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


More information about the Python-bugs-list mailing list