Added cross-references to related material on exceptions.

Closes SF bug #217195.
This commit is contained in:
Fred Drake 2002-10-18 15:18:18 +00:00
parent 30be5768d2
commit e7097e0b1c
1 changed files with 3 additions and 0 deletions

View 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}}