cpython/Doc/tutorial
Miss Islington (bot) 8655521de8
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 a0b9915a8b)

Co-authored-by: Roberto Hueso <robertohueso96@gmail.com>
2021-05-04 15:17:40 +02:00
..
appendix.rst
appetite.rst
classes.rst
controlflow.rst bpo-39231: correct tutorial annotations section (GH-25029) 2021-03-27 13:20:58 -04:00
datastructures.rst bpo-43325: Add FAQ entry for identity tests (GH-25168) 2021-04-03 19:54:49 -07:00
errors.rst bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893) 2021-05-04 15:17:40 +02:00
floatingpoint.rst
index.rst
inputoutput.rst
interactive.rst
interpreter.rst
introduction.rst
modules.rst
stdlib.rst
stdlib2.rst
venv.rst bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) 2021-04-14 14:09:32 +09:00
whatnow.rst