On Fri, Nov 27, 2020 at 11:08 AM Greg Ewing <greg.ew...@canterbury.ac.nz> 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 -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/RZWV5LFOOHXMI4OF2NSZAPEXDNWS2NJL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to