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 JelleZijlstra
Recipients JelleZijlstra, barry, eric.smith, martin.panter, python-dev, yselivanov
Date 2015-09-12.17:29:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442078999.28.0.801466688012.issue24965@psf.upfronthosting.co.za>
In-reply-to
Content
I've started working on implementing this feature in Cython and I'd like to confirm a few edge cases:

- f'{ {1: 2\N{RIGHT CURLY BRACKET}[1]}' == '2' (string escape rules work even within the expressions)
- f'{ '''foo''' }' is a syntax error
- f'{ """foo 'bar'""" }' is a syntax error
History
Date User Action Args
2015-09-12 17:29:59JelleZijlstrasetrecipients: + JelleZijlstra, barry, eric.smith, python-dev, martin.panter, yselivanov
2015-09-12 17:29:59JelleZijlstrasetmessageid: <1442078999.28.0.801466688012.issue24965@psf.upfronthosting.co.za>
2015-09-12 17:29:59JelleZijlstralinkissue24965 messages
2015-09-12 17:29:58JelleZijlstracreate