Erik Allik added the comment:

It looks to me that it was not removed from the doc but explicitly changed to 
say that 'break' does not cause the exception to be discarded, unless I'm 
misunderstanding it:

    1.20 +:keyword:`finally` clause is executed.  If there is a saved exception
    1.21 +or :keyword:`break` statement, it is re-raised at the end of the
    1.22 +:keyword:`finally` clause. If the :keyword:`finally` clause raises

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to