commit | 1aea30aa853759eb9be591ec05e5c809e3aab6a4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jul 19 15:51:07 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jul 19 15:51:07 2008 +0000 |
tree | 89db6e9188f2dc1fe42f8514f4aa7aae7cf25990 | |
parent | 0f6de936f81eeb292542aa91a7dfd3fbaf887066 [diff] [blame] |
#3113: document exception chaining.
diff --git a/Doc/reference/executionmodel.rst b/Doc/reference/executionmodel.rst index fefc146..6ec88f5 100644 --- a/Doc/reference/executionmodel.rst +++ b/Doc/reference/executionmodel.rst
@@ -230,6 +230,7 @@ See also the description of the :keyword:`try` statement in section :ref:`try` and :keyword:`raise` statement in section :ref:`raise`. + .. rubric:: Footnotes .. [#] This limitation occurs because the code that is executed by these operations