[Python-Dev] Fwd: try...else
Tim Peters
tim.one@home.com
Tue, 2 Jan 2001 11:34:31 -0500
>> 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