Eric _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
I don't think it matters to its acceptance, but PEP 572 should at least
mention that the := syntax means that you cannot use assignment
expressions in f-strings.
As I wrote in a python-ideas email, f'{x:=4}' already has a defined
meaning (even if no one is using it).
- [Python-Dev] PEP 572 and f-strings Eric V. Smith
- Re: [Python-Dev] PEP 572 and f-strings Chris Angelico
- Re: [Python-Dev] PEP 572 and f-strings Eric V. Smith