From e7097e0b1c0ee842c0a4fcc005cf52c424e9e619 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 18 Oct 2002 15:18:18 +0000 Subject: [PATCH] Added cross-references to related material on exceptions. Closes SF bug #217195. --- Doc/ref/ref6.tex | 3 +++ 1 file changed, 3 insertions(+) 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}} -- 2.40.0