On Sat, 11 May 2019 at 18:22, haael <ha...@interia.pl> wrote: > Breaking out from many loops at once is a common practice
Do you have evidence for this? In my experience, it's very rare (although I concede it would be *occasionally* convenient). In most cases where I'd consider breaking out of multiple levels of nested loop, I've tended to find that it's probably more readable to refactor the code to use a generator, or something like that. Paul _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/