mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
a0b9915a8b
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.