[Python-checkins] commit of r41743 - in python/trunk: Doc/ref/ref7.tex Misc/NEWS

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Sat Dec 17 23:32:53 CET 2005


neal.norwitz wrote:

> +\keyword{finally} clause is executed.  If there is a saved exception,
> +it is re-raised at the end of the \keyword{finally} clause.
> +If the \keyword{finally} clause raises another exception or
>  executes a \keyword{return} or \keyword{break} statement, the saved
>  exception is lost.  A \keyword{continue} statement is illegal in the
>  \keyword{finally} clause.  (The reason is a problem with the current
[implementation].

What's the status of this? Could this be addressed here, too?

Reinhold

-- 
Mail address is perfectly valid!



More information about the Python-checkins mailing list