]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)
authorRoberto Hueso <robertohueso96@gmail.com>
Tue, 4 May 2021 12:36:01 +0000 (14:36 +0200)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 12:36:01 +0000 (14:36 +0200)
commita0b9915a8be98427432e13d8eb2207a8b9824179
tree6ceaeda2fc7249756d621af4f941b56b7510da0e
parent33d9bf298b7672c5a09f8c0d80af00a4ec383e4a
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)

This documents in the tutorial docs the behavior of a finally clause in
case it should re-raise an exception but contains a
return/break/continue statement.
Doc/tutorial/errors.rst
Misc/ACKS