[issue1720390] Remove backslash escapes from tokenize.c.

Guido van Rossum report at bugs.python.org
Fri Nov 16 01:52:49 CET 2007


Guido van Rossum added the comment:

I don't think tokenizer.py needs to be changed -- it never interpreted
backslashes in string literals anyway (not even in regular, non-raw
literals).

The tokenizer.c cleanup is submitted as revision 59007.

I still am not warming up towards the no-raw-escapes feature, so I'm
closing this as rejected.  Nevertheless, thanks for your efforts!

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list