diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-20 05:26:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-20 05:26:12 (GMT) |
commit | a46f84d2935e42dad60287783f494fdd39b9a695 (patch) | |
tree | 588c60dd405b7976fc867d56d1a0d1a232c55535 | |
parent | 73a973bf8db901c1847c039855ba9c3559fd2610 (diff) | |
download | cpython-a46f84d2935e42dad60287783f494fdd39b9a695.zip cpython-a46f84d2935e42dad60287783f494fdd39b9a695.tar.gz cpython-a46f84d2935e42dad60287783f494fdd39b9a695.tar.bz2 |
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.
-rw-r--r-- | Doc/lib/libexcs.tex | 2 | ||||
-rw-r--r-- | Doc/libexcs.tex | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index cd49af5..758c14a 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 cd49af5..758c14a 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 |