Named loops for breaking

alex23 wuwei23 at gmail.com
Tue Mar 9 21:10:20 EST 2010


Daniel Klein <bri... at gmail.com> wrote:
> Basically I'm wondering if there are any plans to implemented named
> loops in Python, so I can tell a break command to break out of a
> specific loop in the case of nested loops.

You should be able to do this with the goto module: http://entrian.com/goto/

But please note that I'm not seriously advocating its use :)



More information about the Python-list mailing list