I'm sorry for the inaccuracy, and thank you for the corrections! On Fri, 11 Feb 2022 at 01:56, Chris Angelico <[email protected]> wrote: > > On Fri, 11 Feb 2022 at 00:33, Matsuoka Takuo <[email protected]> wrote: > > ...... > > But the crucial thing is to figure out the syntax. Without good > syntax, this is not of interest. > > I'm personally inclined towards marking the assignment target in some > way, since that would extrapolate conveniently to all other assignment > types (eg "for match {MATCH_EXPR} in iterable:"), but I don't like the > specific placeholder example I've used here.
Having special notation for the assignment target sounds like a good way to me. Best regards, Takuo Matsuoka _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/3E6MKKC3ZXYR36VRPUMD2PJT5KNLIGST/ Code of Conduct: http://python.org/psf/codeofconduct/
