
Jan. 2, 2001
4:34 p.m.
The optional \keyword{else} clause is executed if and when control flows off the end of the \keyword{try} clause.\foonote{In Python 2.0, control "flows off the end" except in case of exception, or executing a \keyword{return}, \keyword{continue} or \keyword{break} statement.} Exceptions in the \keyword{else} clause are not handled by the preceding \keyword{except} clauses.
[Guido]
Sounds good to me. The reference to 2.0 could be changed to "Currently".
Cool. See http://sourceforge.net/bugs/?group_id=5470&func=detailbug&bug_id=127098