On Fri, Nov 27, 2020 at 11:08 AM Greg Ewing <[email protected]> wrote:
> > I'd suggest that it should be "for let"
>
> That makes no sense as a phrase in English.
>

Nor do lots of other constructs when they get combined. English
doesn't really have good parallels for most computing concepts.

How will this "new assignment target" work with different forms of
assignment targets? For instance:

for let k, stuff[k] in d.items():
   ...

ChrisA
_______________________________________________
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/RZWV5LFOOHXMI4OF2NSZAPEXDNWS2NJL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to