From: Fred Drake Date: Tue, 20 Jan 1998 05:26:12 +0000 (+0000) Subject: Added index entry and \label{} for exceptions module. This isn't in the X-Git-Tag: v1.5.1~914 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a46f84d2935e42dad60287783f494fdd39b9a695;p=thirdparty%2FPython%2Fcpython.git Added index entry and \label{} for exceptions module. This isn't in the normal modules portion of the manual, but that's the basic effect of this section with the 1.5 change in exception support. --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index cd49af55f552..758c14a751df 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -1,4 +1,6 @@ \section{Built-in Exceptions} +\label{module-exceptions} +\stmodindex{exceptions} Exceptions can be class objects or string objects. While traditionally, most exceptions have been string objects, in Python diff --git a/Doc/libexcs.tex b/Doc/libexcs.tex index cd49af55f552..758c14a751df 100644 --- a/Doc/libexcs.tex +++ b/Doc/libexcs.tex @@ -1,4 +1,6 @@ \section{Built-in Exceptions} +\label{module-exceptions} +\stmodindex{exceptions} Exceptions can be class objects or string objects. While traditionally, most exceptions have been string objects, in Python