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 python-dev
Recipients eric.smith, python-dev, serhiy.storchaka
Date 2016-09-10.01:56:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160910015623.20970.83902.B84E066C@psf.io>
In-reply-to
Content
New changeset b3ac1e154cdd by Eric V. Smith in branch 'default':
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
https://hg.python.org/cpython/rev/b3ac1e154cdd
History
Date User Action Args
2016-09-10 01:56:26python-devsetrecipients: + python-dev, eric.smith, serhiy.storchaka
2016-09-10 01:56:26python-devlinkissue27948 messages
2016-09-10 01:56:26python-devcreate