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 barry, eric.smith, ned.deily, serhiy.storchaka
Date 2016-09-02.12:08:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472818107.69.0.274831477389.issue27921@psf.upfronthosting.co.za>
In-reply-to
Content
> This looks a little ugly.

True. My goal is to get the simplest possible thing working now, and then before beta 2 fix it so that backslashes again work in the text portions of an f-string. After that, I'll fix this particular piece of code (and the others, plus the tests that can be made to work).

Here's an updated patch. I'm planning on committing it today.
History
Date User Action Args
2016-09-02 12:08:27eric.smithsetrecipients: + eric.smith, barry, ned.deily, serhiy.storchaka
2016-09-02 12:08:27eric.smithsetmessageid: <1472818107.69.0.274831477389.issue27921@psf.upfronthosting.co.za>
2016-09-02 12:08:27eric.smithlinkissue27921 messages
2016-09-02 12:08:27eric.smithcreate