This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eallik
Recipients eallik, mark.dickinson
Date 2012-09-24.18:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348512928.99.0.512085793394.issue16028@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-09-24 18:55:29ealliksetrecipients: + eallik, mark.dickinson
2012-09-24 18:55:28ealliksetmessageid: <1348512928.99.0.512085793394.issue16028@psf.upfronthosting.co.za>
2012-09-24 18:55:28ealliklinkissue16028 messages
2012-09-24 18:55:28eallikcreate