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-03.13:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472909045.16.0.0196162777566.issue27948@psf.upfronthosting.co.za>
In-reply-to
Content
See issue 27921.

Currently (and for 3.6 beta 1), backslashes are not allowed anywhere in f-strings. This needs to be changed to allow them in the string parts, but not in the expression parts.

Also, require that the start and end of an expression be literal '{' and '}, not escapes like '\0x7b' and '\u007d'.
History
Date User Action Args
2016-09-03 13:24:05eric.smithsetrecipients: + eric.smith
2016-09-03 13:24:05eric.smithsetmessageid: <1472909045.16.0.0196162777566.issue27948@psf.upfronthosting.co.za>
2016-09-03 13:24:04eric.smithlinkissue27948 messages
2016-09-03 13:24:04eric.smithcreate