From: Fred Drake Date: Fri, 18 Oct 2002 15:18:18 +0000 (+0000) Subject: Added cross-references to related material on exceptions. X-Git-Tag: v2.3c1~3732 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7097e0b1c0ee842c0a4fcc005cf52c424e9e619;p=python Added cross-references to related material on exceptions. Closes SF bug #217195. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 80fae5ab84..b9a1c683ca 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}}