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 SilentGhost, barry, emilyemorehouse, eric.smith, larry, lukasz.langa
Date 2019-05-05.11:17:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557055078.07.0.180944662177.issue36798@roundup.psfhosted.org>
In-reply-to
Content
f-strings are not going to take a position on what a "good" expression is, and what is and isn't allowed. If it's a Python expression that could possibly be parsed in the f-string context, f-strings will allow it. This is clearly a bug in 3.8. I'll have a PR today or during the sprints.
History
Date User Action Args
2019-05-05 11:17:58eric.smithsetrecipients: + eric.smith, barry, larry, SilentGhost, lukasz.langa, emilyemorehouse
2019-05-05 11:17:58eric.smithsetmessageid: <1557055078.07.0.180944662177.issue36798@roundup.psfhosted.org>
2019-05-05 11:17:58eric.smithlinkissue36798 messages
2019-05-05 11:17:57eric.smithcreate