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 eric.smith
Recipients eric.smith
Date 2016-09-07.13:56:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473256563.62.0.748916746546.issue27948@psf.upfronthosting.co.za>
In-reply-to
Content
This patch implements the new logic. It passes all of the fstring tests (except of course the ones that had backslashes in the expressions). I'd still like to add some more tests, because I'm not convinced the named unicode escapes are correct (f"\N{LEFT CURLY BRACE}". Because I'm now scanning the decoded utf-8 version of the string, I need to be aware of this syntax and not decide it's part of an expression (because of the braces).
History
Date User Action Args
2016-09-07 13:56:05eric.smithsetrecipients: + eric.smith
2016-09-07 13:56:03eric.smithsetmessageid: <1473256563.62.0.748916746546.issue27948@psf.upfronthosting.co.za>
2016-09-07 13:56:03eric.smithlinkissue27948 messages
2016-09-07 13:56:03eric.smithcreate