> On 4 Dec 2019, at 21:28, Soni L. <fakedme...@gmail.com> wrote: > > > >> On 2019-12-04 5:12 p.m., Mike Miller wrote: >> >>> On 2019-12-04 11:05, David Mertz wrote: >>> I've often wanted named loops. I know approaches to this have been proposed >>> many times, and they all have their own warts. E.g. an ad hoc pseudo code >>> that may or may not match any previous proposal: >>> >>> for x in stuff as outer: >>> for y in other_stuff as inner: >>> ... >>> if cond: >>> break outer >>> >>> But we all manage without it. >> >> +1 Nice, find myself with that problem about once a year and it is annoying >> to code around. > > Just use context managers!
What? How exactly? Can you rewrite the example given? _______________________________________________ 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/TIGPBJ6RCVOPPZPP7SG2DKHCVRNUUHVW/ Code of Conduct: http://python.org/psf/codeofconduct/