Breaking out of nested loops

It has at least been suggested, but also rejected. I don’t think there is another way, short of repeating the test or re-organizing the code. It is sometimes a bit annoying. In the rejection message, Mr van Rossum mentions using return, which is really sensible and something I need to remember personally. 🙂