On Sun, 12 May 2019 at 21:06, David Mertz <[email protected]> wrote: > I thought of 'as' initially, and it reads well as English. But it felt to me > like the meaning was too different from the other meanings of 'as' in Python. > I might be persuaded otherwise.
If you think in terms of "named loops" rather than "labels", "as" makes a lot more sense. Having said that, I don't think this change is worth it, so debates about naming are mostly just theoretical to me :-) Paul _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
