Terry Hancock wrote: > No, I know what it should be. It should be "finally". It's already > a keyword, and it has a similar meaning w.r.t. "try".
Except that a finally block is executed with normal and exceptional exit, while in this case you would have 'finally' only called when the loop exited without a break. Andrew [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list