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 terry.reedy
Recipients Kenzie Togami, ammar2, python-dev, terry.reedy
Date 2016-12-27.05:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482816010.86.0.0465189271765.issue29071@psf.upfronthosting.co.za>
In-reply-to
Content
There are 10 possible f-string prefixes, including combinations with r/R.  See
https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals

While adding these, I noticed that IDLE was coloring now invalid ur prefixes and deleted those.

I decided to test by modifying the existing human visual htest.

Ammar: thank you for submitting a patch.  It happens that I wrote my patch before I saw your submission.  If I had seen yours first, I might have given you a chance to finish it.  Feel free to try another IDLE issue.
History
Date User Action Args
2016-12-27 05:20:10terry.reedysetrecipients: + terry.reedy, python-dev, ammar2, Kenzie Togami
2016-12-27 05:20:10terry.reedysetmessageid: <1482816010.86.0.0465189271765.issue29071@psf.upfronthosting.co.za>
2016-12-27 05:20:10terry.reedylinkissue29071 messages
2016-12-27 05:20:10terry.reedycreate