Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc3db8a

Browse files
committed
#11669: rephrase footnote in the Compound Statements page.
1 parent 54cc5fd commit fc3db8a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/reference/compound_stmts.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,9 @@ can be used to create instance variables with different implementation details.
615615

616616
.. rubric:: Footnotes
617617

618-
.. [#] The exception is propagated to the invocation stack only if there is no
619-
:keyword:`finally` clause that negates the exception.
618+
.. [#] The exception is propagated to the invocation stack unless
619+
there is a :keyword:`finally` clause which happens to raise another
620+
exception. That new exception causes the old one to be lost.
620621
621622
.. [#] Currently, control "flows off the end" except in the case of an exception
622623
or the execution of a :keyword:`return`, :keyword:`continue`, or

0 commit comments

Comments
 (0)