Daniel Klein <bri...@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 :) -- http://mail.python.org/mailman/listinfo/python-list