On 2022-10-12, Rob Cliffe via Python-list <python-list@python.org> wrote:
> I too have occasionally used for ... else.  It does have its uses. But 
> oh, how I wish it had been called something else more meaningful, 
> whether 'nobreak' or whatever.

I use it a few times year. I have to look it up in the documentation
every single time I do, and I always add a comment in the "else"
clause stating whether the looped completed "normally" or not.

--
Grant
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to