[issue1720390] Remove backslash escapes from tokenize.c.

Guido van Rossum report at bugs.python.org
Fri Nov 9 01:32:17 CET 2007


Guido van Rossum added the comment:

FWIW, I'm +1 on the part of this patch that disables \u in raw strings.
I just had a problem with a doctest that couldn't be run in verbose mode
because \u was being interpreted in raw mode...  But I'm still solidly
-1 on allowing trailing \.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1720390>
_____________________________________


More information about the Python-bugs-list mailing list