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 ammar2
Recipients Kenzie Togami, ammar2, terry.reedy
Date 2016-12-26.23:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482795516.5.0.571650345846.issue29071@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch that colorizes f-strings.

The issue is marked as "test needed" which the dev guide says "... reporter should post a script or instructions to let a triager or developer reproduce the issue." 

Steps to re-create are to open an IDLE window and type in the code
```
f"123"
F"123"
u"123"
```
and notice the colorization difference.
History
Date User Action Args
2016-12-26 23:38:36ammar2setrecipients: + ammar2, terry.reedy, Kenzie Togami
2016-12-26 23:38:36ammar2setmessageid: <1482795516.5.0.571650345846.issue29071@psf.upfronthosting.co.za>
2016-12-26 23:38:36ammar2linkissue29071 messages
2016-12-26 23:38:36ammar2create