]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 May 2021 13:17:40 +0000 (06:17 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 13:17:40 +0000 (15:17 +0200)
commit8655521de8760e8a695bcce92937800c079ea2b2
treeb76a3fa4f7e578a458d1263017011e5c0c9b5da7
parent31debfa524a9522a02adc66eb00f0009d7413c8c
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893)

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.
(cherry picked from commit a0b9915a8be98427432e13d8eb2207a8b9824179)

Co-authored-by: Roberto Hueso <robertohueso96@gmail.com>
Doc/tutorial/errors.rst
Misc/ACKS