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 BTaskaya
Recipients BTaskaya, Erik Cederstrand, eric.smith
Date 2019-12-04.12:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575461294.15.0.405430691471.issue38964@roundup.psfhosted.org>
In-reply-to
Content
This is actually specified behavior in PEP 498
 
https://www.python.org/dev/peps/pep-0498/#expression-evaluation

> Expressions are parsed with the equivalent of ast.parse('(' + expression + ')', '<fstring>', 'eval')
History
Date User Action Args
2019-12-04 12:08:14BTaskayasetrecipients: + BTaskaya, eric.smith, Erik Cederstrand
2019-12-04 12:08:14BTaskayasetmessageid: <1575461294.15.0.405430691471.issue38964@roundup.psfhosted.org>
2019-12-04 12:08:14BTaskayalinkissue38964 messages
2019-12-04 12:08:13BTaskayacreate