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 josh.r
Recipients cool-RR, docs@python, josh.r
Date 2015-12-10.14:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449759573.79.0.301704018103.issue25832@psf.upfronthosting.co.za>
In-reply-to
Content
You used explicit control flow keywords and you're surprised that it listened?

Regardless, this is already documented https://docs.python.org/3/reference/compound_stmts.html#finally :

"If the finally clause executes a return or break statement, the saved exception is discarded"
History
Date User Action Args
2015-12-10 14:59:33josh.rsetrecipients: + josh.r, cool-RR, docs@python
2015-12-10 14:59:33josh.rsetmessageid: <1449759573.79.0.301704018103.issue25832@psf.upfronthosting.co.za>
2015-12-10 14:59:33josh.rlinkissue25832 messages
2015-12-10 14:59:33josh.rcreate