summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-17 23:09:05 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-17 23:09:05 (GMT)
commit127ed0a71e3875ec5bc6d0ea48572b2d0da54bc9 (patch)
tree723ff7771b369af1a759369ca4950e74da523818 /Doc/api
parenta89b98f4c0c09cee2ca6c58ed09c1735abf6a2a6 (diff)
downloadcpython-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.tex3
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},