[issue18037] 2to3 passes through string literal which causes SyntaxError in 3.x

Roundup Robot report at bugs.python.org
Tue Oct 8 20:09:27 CEST 2013


Roundup Robot added the comment:

New changeset c498d1090970 by Serhiy Storchaka in branch '2.7':
Issue #18037: Do not escape '\u' and '\U' in raw strings.
http://hg.python.org/cpython/rev/c498d1090970

New changeset acb2dacd0d24 by Serhiy Storchaka in branch '3.3':
Issue #18037: Do not escape '\u' and '\U' in raw strings.
http://hg.python.org/cpython/rev/acb2dacd0d24

New changeset a49d313a28ae by Serhiy Storchaka in branch 'default':
Issue #18037: Do not escape '\u' and '\U' in raw strings.
http://hg.python.org/cpython/rev/a49d313a28ae

----------

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


More information about the Python-bugs-list mailing list