From 8e0799817e5db2215a5a22e24848776a2c915d0a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 16 Dec 1997 14:54:32 +0000 Subject: [PATCH] The \indexsubitem definition for the actual exceptions did not actually change the \indexsubitem value; fixed. --- Doc/lib/libexcs.tex | 4 ++-- Doc/libexcs.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 863c7e1f76e..1a6ba407227 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -85,7 +85,7 @@ index used on a mapping or sequence is invalid: \code{IndexError}, \code{KeyError}. \end{excdesc} -\renewcommand{\indexsubitem}{(built-in exception base class)} +\renewcommand{\indexsubitem}{(built-in exception)} The following exceptions are the exceptions that are actually raised. They are class objects, except when the \code{-X} option is used to @@ -242,7 +242,7 @@ When class exceptions are used, the instance has an attribute \code{code} which is set to the proposed exit status or error message (defaulting to \code{None}). - A call to \code{sys.exit} is translated into an exception so that + A call to \code{sys.exit()} is translated into an exception so that clean-up handlers (\code{finally} clauses of \code{try} statements) can be executed, and so that a debugger can execute a script without running the risk of losing control. The \code{os._exit()} function diff --git a/Doc/libexcs.tex b/Doc/libexcs.tex index 863c7e1f76e..1a6ba407227 100644 --- a/Doc/libexcs.tex +++ b/Doc/libexcs.tex @@ -85,7 +85,7 @@ index used on a mapping or sequence is invalid: \code{IndexError}, \code{KeyError}. \end{excdesc} -\renewcommand{\indexsubitem}{(built-in exception base class)} +\renewcommand{\indexsubitem}{(built-in exception)} The following exceptions are the exceptions that are actually raised. They are class objects, except when the \code{-X} option is used to @@ -242,7 +242,7 @@ When class exceptions are used, the instance has an attribute \code{code} which is set to the proposed exit status or error message (defaulting to \code{None}). - A call to \code{sys.exit} is translated into an exception so that + A call to \code{sys.exit()} is translated into an exception so that clean-up handlers (\code{finally} clauses of \code{try} statements) can be executed, and so that a debugger can execute a script without running the risk of losing control. The \code{os._exit()} function