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 Jim Fasarakis-Hilliard, eric.smith
Date 2016-12-29.12:48:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483015699.36.0.0162494020061.issue29104@psf.upfronthosting.co.za>
In-reply-to
Content
But I admit that dropping the trailing } seems odd. I think this particular usage should be an error: no bare } allowed, similar to:

>>> f'10}'
  File "<stdin>", line 1
SyntaxError: f-string: single '}' is not allowed
History
Date User Action Args
2016-12-29 12:48:19eric.smithsetrecipients: + eric.smith, Jim Fasarakis-Hilliard
2016-12-29 12:48:19eric.smithsetmessageid: <1483015699.36.0.0162494020061.issue29104@psf.upfronthosting.co.za>
2016-12-29 12:48:19eric.smithlinkissue29104 messages
2016-12-29 12:48:19eric.smithcreate