mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
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.
This commit is contained in:
parent
73a973bf8d
commit
a46f84d293
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue