On 2013-06-25 07:38, Chris Angelico wrote: > Python has no issues with breaking out of loops, and even has > syntax specifically to complement it (the 'else:' clause). Use > break/continue when appropriate.
from minor_gripes import breaking_out_of_nested_loops_to_top_level -tkc -- http://mail.python.org/mailman/listinfo/python-list