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 martin.panter
Recipients Nan Wu, eric.smith, martin.panter, skrah
Date 2015-10-07.21:08:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444252128.61.0.580176767048.issue25311@psf.upfronthosting.co.za>
In-reply-to
Content
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'''. . .'''.
History
Date User Action Args
2015-10-07 21:08:48martin.pantersetrecipients: + martin.panter, eric.smith, skrah, Nan Wu
2015-10-07 21:08:48martin.pantersetmessageid: <1444252128.61.0.580176767048.issue25311@psf.upfronthosting.co.za>
2015-10-07 21:08:48martin.panterlinkissue25311 messages
2015-10-07 21:08:48martin.pantercreate