Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cc5fd commit fc3db8aCopy full SHA for fc3db8a
1 file changed
Doc/reference/compound_stmts.rst
@@ -615,8 +615,9 @@ can be used to create instance variables with different implementation details.
615
616
.. rubric:: Footnotes
617
618
-.. [#] The exception is propagated to the invocation stack only if there is no
619
- :keyword:`finally` clause that negates the exception.
+.. [#] The exception is propagated to the invocation stack unless
+ there is a :keyword:`finally` clause which happens to raise another
620
+ exception. That new exception causes the old one to be lost.
621
622
.. [#] Currently, control "flows off the end" except in the case of an exception
623
or the execution of a :keyword:`return`, :keyword:`continue`, or
0 commit comments