summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref6.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-10-18 15:18:18 (GMT)
committerFred Drake <fdrake@acm.org>2002-10-18 15:18:18 (GMT)
commite7097e0b1c0ee842c0a4fcc005cf52c424e9e619 (patch)
tree2f6d988a255c0e794457c9f3b565842d7208f7e4 /Doc/ref/ref6.tex
parent30be5768d29337fb292397fb68eb386787617602 (diff)
downloadcpython-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.tex3
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}}