This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, eric.smith, matrixise, refi64, serhiy.storchaka
Date 2017-01-21.09:20:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484990413.0.0.45966088007.issue28489@psf.upfronthosting.co.za>
In-reply-to
Content
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']
History
Date User Action Args
2017-01-21 09:20:13serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, docs@python, matrixise, refi64
2017-01-21 09:20:13serhiy.storchakasetmessageid: <1484990413.0.0.45966088007.issue28489@psf.upfronthosting.co.za>
2017-01-21 09:20:12serhiy.storchakalinkissue28489 messages
2017-01-21 09:20:12serhiy.storchakacreate