summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorRoberto Hueso <robertohueso96@gmail.com>2021-05-04 12:36:01 (GMT)
committerGitHub <noreply@github.com>2021-05-04 12:36:01 (GMT)
commita0b9915a8be98427432e13d8eb2207a8b9824179 (patch)
tree6ceaeda2fc7249756d621af4f941b56b7510da0e /Misc/ACKS
parent33d9bf298b7672c5a09f8c0d80af00a4ec383e4a (diff)
downloadcpython-a0b9915a8be98427432e13d8eb2207a8b9824179.zip
cpython-a0b9915a8be98427432e13d8eb2207a8b9824179.tar.gz
cpython-a0b9915a8be98427432e13d8eb2207a8b9824179.tar.bz2
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index fb84c00..9f861b3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -778,6 +778,7 @@ Christian Hudon
BenoƮt Hudson
Lawrence Hudson
Michael Hudson
+Roberto Hueso Gomez
Jim Hugunin
Greg Humphreys
Chris Hunt