Commit a0604f57 authored by Fred Drake's avatar Fred Drake

Updated list of standard exceptions in section 4.1.

parent 6d6d6b19
......@@ -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},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment