[issue28489] Fix comment in tokenizer.c

Serhiy Storchaka report at bugs.python.org
Sat Jan 21 04:20:13 EST 2017


Serhiy Storchaka added the comment:

There are just 8 legal combinations if ignore case:

>>> import tokenize
>>> sorted({x.lower() for x in tokenize._all_string_prefixes() if x})
['b', 'br', 'f', 'fr', 'r', 'rb', 'rf', 'u']

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list