[issue36798] f-strings do not support top-level :=

Emily Morehouse report at bugs.python.org
Sun May 5 13:26:54 EDT 2019


Emily Morehouse <emilyemorehouse at gmail.com> added the comment:

Ah yes, that's what I meant. I was thinking about the confusion between f-strings (evaluated immediately and stored as a string) vs other versions of string formatting which are evaluated when used. I've seen the mix of the two confuse people when evaluating performance. I don't think this is particularly relevant to this issue though, so we can ignore it :)

----------

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


More information about the Python-bugs-list mailing list