]> granicus.if.org Git - python/commitdiff
Added index entry and \label{} for exceptions module. This isn't in the
authorFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 05:26:12 +0000 (05:26 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 05:26:12 +0000 (05:26 +0000)
normal modules portion of the manual, but that's the basic effect of this
section with the 1.5 change in exception support.

Doc/lib/libexcs.tex
Doc/libexcs.tex

index cd49af55f5525b3b82f145821b09d47539602cd7..758c14a751dfcc1ec6782839d4e4c45f6b1cdf54 100644 (file)
@@ -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
index cd49af55f5525b3b82f145821b09d47539602cd7..758c14a751dfcc1ec6782839d4e4c45f6b1cdf54 100644 (file)
@@ -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