diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-18 15:18:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-18 15:18:18 (GMT) |
commit | e7097e0b1c0ee842c0a4fcc005cf52c424e9e619 (patch) | |
tree | 2f6d988a255c0e794457c9f3b565842d7208f7e4 /Doc/ref/ref6.tex | |
parent | 30be5768d29337fb292397fb68eb386787617602 (diff) | |
download | cpython-e7097e0b1c0ee842c0a4fcc005cf52c424e9e619.zip cpython-e7097e0b1c0ee842c0a4fcc005cf52c424e9e619.tar.gz cpython-e7097e0b1c0ee842c0a4fcc005cf52c424e9e619.tar.bz2 |
Added cross-references to related material on exceptions.
Closes SF bug #217195.
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r-- | Doc/ref/ref6.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 80fae5a..b9a1c68 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -559,6 +559,9 @@ re-raise an exception transparently in an except clause, but exception to be re-raised was the most recently active exception in the current scope. +Additional information on exceptions can be found in +section~\ref{exceptions}, and information about handling exceptions is +in section~\ref{try}. \section{The \keyword{break} statement \label{break}} |