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 vstinner
Recipients Jim Fasarakis-Hilliard, eric.smith, serhiy.storchaka, vstinner
Date 2017-01-03.15:33:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483457598.39.0.321280958587.issue29104@psf.upfronthosting.co.za>
In-reply-to
Content
> There is no issue with f'\\{10}'. There is an issue with f'\{10}'.

Hum, I'm not sure that my previous comment is explicit: I suggest to raise a syntax error on f'\{10}' (or emit a warning, and raise an error in 3.7 if you insist ;-)).
History
Date User Action Args
2017-01-03 15:33:18vstinnersetrecipients: + vstinner, eric.smith, serhiy.storchaka, Jim Fasarakis-Hilliard
2017-01-03 15:33:18vstinnersetmessageid: <1483457598.39.0.321280958587.issue29104@psf.upfronthosting.co.za>
2017-01-03 15:33:18vstinnerlinkissue29104 messages
2017-01-03 15:33:18vstinnercreate