Peter Otten wrote: > The code in the else suite executes only when the for loop is left via > break.
Oops, the following statement is nonsense: > A non-empty iterable is required but not sufficient. Let me try again: A non-empty iterable is required but not sufficient to *skip* the else-suite of a for loop. -- http://mail.python.org/mailman/listinfo/python-list