]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Updated list of standard exceptions in section 4.1.
authorFred Drake <fdrake@acm.org>
Wed, 17 Feb 1999 23:09:05 +0000 (23:09 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Feb 1999 23:09:05 +0000 (23:09 +0000)
Doc/api/api.tex

index 02e31c925bb40b47a6fa50bcd7470df0a06b1dcb..324a1196d95d61eebe434992b96cea462f3df499 100644 (file)
@@ -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},