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 eric.smith
Recipients docs@python, eric.smith, matrixise, refi64
Date 2016-10-20.17:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476985669.7.0.64508727665.issue28489@psf.upfronthosting.co.za>
In-reply-to
Content
I'd actually change this to be something like:

Process b"", r"", u"", and the various legal combinations.

There are 24 total combinations when you add upper case. I actually wrote a script in Lib/tokenize.py to generate them all. And when I add binary f-strings, that number climbs to 80.
History
Date User Action Args
2016-10-20 17:47:49eric.smithsetrecipients: + eric.smith, docs@python, matrixise, refi64
2016-10-20 17:47:49eric.smithsetmessageid: <1476985669.7.0.64508727665.issue28489@psf.upfronthosting.co.za>
2016-10-20 17:47:49eric.smithlinkissue28489 messages
2016-10-20 17:47:49eric.smithcreate