[issue36765] Invalid grammar for f_expression

Kasra Vand report at bugs.python.org
Wed May 1 06:54:26 EDT 2019


Kasra Vand <kasraavand at gmail.com> added the comment:

Due to the discussion in following SO question https://stackoverflow.com/questions/55933956/what-does-a-star-asterisk-do-in-f-string/55934472#55933956

and the inconsistency of the source behaviour with the documentation I think using `"*" or_expr` for f_expression is wrong or at least not what it meant to be and very vague. I was wondering if there's any reason for using `"*" or_expr` instead of let's say just `expr` which I think is what the `or_expr` identifier is intended to be.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36765>
_______________________________________


More information about the Python-bugs-list mailing list