[issue25311] Add f-string support to tokenize.py

Eric V. Smith report at bugs.python.org
Thu Oct 8 05:28:38 EDT 2015


Eric V. Smith added the comment:

Yes, both 'fr' and 'rf' need to be supported (and all upper/lower variants). And in the future, maybe 'fb' (and 'rfb', 'bfr', ...).

Unfortunately, the regex doesn't scale well for all of the combinations.

----------

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


More information about the Python-bugs-list mailing list