#11669: merge with 3.2.
This commit is contained in:
commit
2df0549943
|
@ -615,8 +615,9 @@ can be used to create instance variables with different implementation details.
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
|
|
||||||
.. [#] The exception is propagated to the invocation stack only if there is no
|
.. [#] The exception is propagated to the invocation stack unless
|
||||||
:keyword:`finally` clause that negates the exception.
|
there is a :keyword:`finally` clause which happens to raise another
|
||||||
|
exception. That new exception causes the old one to be lost.
|
||||||
|
|
||||||
.. [#] Currently, control "flows off the end" except in the case of an exception
|
.. [#] Currently, control "flows off the end" except in the case of an exception
|
||||||
or the execution of a :keyword:`return`, :keyword:`continue`, or
|
or the execution of a :keyword:`return`, :keyword:`continue`, or
|
||||||
|
|
Loading…
Reference in New Issue