Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a46f84d

Browse files
committed
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.
1 parent 73a973b commit a46f84d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/lib/libexcs.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
\section{Built-in Exceptions}
2+
\label{module-exceptions}
3+
\stmodindex{exceptions}
24

35
Exceptions can be class objects or string objects. While
46
traditionally, most exceptions have been string objects, in Python

Doc/libexcs.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
\section{Built-in Exceptions}
2+
\label{module-exceptions}
3+
\stmodindex{exceptions}
24

35
Exceptions can be class objects or string objects. While
46
traditionally, most exceptions have been string objects, in Python

0 commit comments

Comments
 (0)