]> granicus.if.org Git - python/commitdiff
Added cross-references to related material on exceptions.
authorFred Drake <fdrake@acm.org>
Fri, 18 Oct 2002 15:18:18 +0000 (15:18 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 18 Oct 2002 15:18:18 +0000 (15:18 +0000)
Closes SF bug #217195.

Doc/ref/ref6.tex

index 80fae5ab84398eca564dc4f36e1667550dd8e0e3..b9a1c683ca906c7bdc254fe1283a0d417bc7e0c6 100644 (file)
@@ -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}}