Martin Panter added the comment:

Thanks for the patch. Do you want to try adding a test case. See 
TokenizeTest.test_string() at /Lib/test/test_tokenize.py:189 for a guide, 
though I would suggest a new test_fstring() method.

Also, F-strings can be combined with the raw string syntax. I wonder if you 
need to add support for things like rf". . ." and FR'''. . .'''.

----------
stage: needs patch -> patch review

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

Reply via email to