Ammar Askar added the comment:

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.

----------
keywords: +patch
nosy: +ammar2
stage: test needed -> patch review
Added file: http://bugs.python.org/file46048/idle-f-string-highlight.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29071>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to