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 yselivanov
Recipients eric.smith, gvanrossum, serhiy.storchaka, yselivanov
Date 2016-11-29.00:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480379826.72.0.392697960351.issue28827@psf.upfronthosting.co.za>
In-reply-to
Content
Also this inconsistency: we already don't accept escaped letters after `!`:

>>> f'{min!\N{LATIN SMALL LETTER R}}'
  File "<stdin>", line 1
SyntaxError: f-string: invalid conversion character: expected 's', 'r', or 'a'
History
Date User Action Args
2016-11-29 00:37:06yselivanovsetrecipients: + yselivanov, gvanrossum, eric.smith, serhiy.storchaka
2016-11-29 00:37:06yselivanovsetmessageid: <1480379826.72.0.392697960351.issue28827@psf.upfronthosting.co.za>
2016-11-29 00:37:06yselivanovlinkissue28827 messages
2016-11-29 00:37:06yselivanovcreate