On Mon, Jun 26, 2017 at 4:08 PM, Terry Reedy <tjre...@udel.edu> wrote: >> If we wanted to allow that to be expressed literally, we could >> probably special case the "while not break" keyword sequence as a do >> loop: >> >> while not break: >> # Setup >> if condition: break >> # Loop continuation > > > We would then also need 'while not return:'
And for completeness, "while not throw:". ChrisA _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/