summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-04 13:17:40 (GMT)
committerGitHub <noreply@github.com>2021-05-04 13:17:40 (GMT)
commit8655521de8760e8a695bcce92937800c079ea2b2 (patch)
treeb76a3fa4f7e578a458d1263017011e5c0c9b5da7 /Misc/ACKS
parent31debfa524a9522a02adc66eb00f0009d7413c8c (diff)
downloadcpython-8655521de8760e8a695bcce92937800c079ea2b2.zip
cpython-8655521de8760e8a695bcce92937800c079ea2b2.tar.gz
cpython-8655521de8760e8a695bcce92937800c079ea2b2.tar.bz2
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>
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