diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-17 23:09:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-17 23:09:05 (GMT) |
commit | 127ed0a71e3875ec5bc6d0ea48572b2d0da54bc9 (patch) | |
tree | 723ff7771b369af1a759369ca4950e74da523818 /Doc/api | |
parent | a89b98f4c0c09cee2ca6c58ed09c1735abf6a2a6 (diff) | |
download | cpython-127ed0a71e3875ec5bc6d0ea48572b2d0da54bc9.zip cpython-127ed0a71e3875ec5bc6d0ea48572b2d0da54bc9.tar.gz cpython-127ed0a71e3875ec5bc6d0ea48572b2d0da54bc9.tar.bz2 |
Updated list of standard exceptions in section 4.1.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/api.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 02e31c9..324a119 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -846,6 +846,7 @@ variables: \cdata{PyExc_AssertionError}, \cdata{PyExc_AttributeError}, \cdata{PyExc_EOFError}, +\cdata{PyExc_EnvironmentError}, \cdata{PyExc_FloatingPointError}, \cdata{PyExc_IOError}, \cdata{PyExc_ImportError}, @@ -854,6 +855,8 @@ variables: \cdata{PyExc_KeyboardInterrupt}, \cdata{PyExc_MemoryError}, \cdata{PyExc_NameError}, +\cdata{PyExc_NotImplementedError}, +\cdata{PyExc_OSError}, \cdata{PyExc_OverflowError}, \cdata{PyExc_RuntimeError}, \cdata{PyExc_SyntaxError}, |