Klaas wrote:

> else: does not trigger when there is no data on which to iterate, but
> when the loop terminated normally (ie., wasn't break-ed out).  It is
> meaningless without break.

Sorry, this was worded confusingly.  "else: triggers when the loop
terminates normally, not simply in the case that there is no iterated
data".

-Mike

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to