summaryrefslogtreecommitdiff
path: root/Doc/lib/libexcs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-20 05:26:12 +0000
committerFred Drake <fdrake@acm.org>1998-01-20 05:26:12 +0000
commita46f84d2935e42dad60287783f494fdd39b9a695 (patch)
tree588c60dd405b7976fc867d56d1a0d1a232c55535 /Doc/lib/libexcs.tex
parent73a973bf8db901c1847c039855ba9c3559fd2610 (diff)
downloadcpython-git-a46f84d2935e42dad60287783f494fdd39b9a695.tar.gz
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.
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r--Doc/lib/libexcs.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index cd49af55f5..758c14a751 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