Updated list of standard exceptions in section 4.1.

This commit is contained in:
Fred Drake 1999-02-17 23:09:05 +00:00
parent a89b98f4c0
commit 127ed0a71e
1 changed files with 3 additions and 0 deletions

View 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},