Kaydet (Commit) 127ed0a7 authored tarafından Fred Drake's avatar Fred Drake

Updated list of standard exceptions in section 4.1.

üst a89b98f4
...@@ -846,6 +846,7 @@ variables: ...@@ -846,6 +846,7 @@ variables:
\cdata{PyExc_AssertionError}, \cdata{PyExc_AssertionError},
\cdata{PyExc_AttributeError}, \cdata{PyExc_AttributeError},
\cdata{PyExc_EOFError}, \cdata{PyExc_EOFError},
\cdata{PyExc_EnvironmentError},
\cdata{PyExc_FloatingPointError}, \cdata{PyExc_FloatingPointError},
\cdata{PyExc_IOError}, \cdata{PyExc_IOError},
\cdata{PyExc_ImportError}, \cdata{PyExc_ImportError},
...@@ -854,6 +855,8 @@ variables: ...@@ -854,6 +855,8 @@ variables:
\cdata{PyExc_KeyboardInterrupt}, \cdata{PyExc_KeyboardInterrupt},
\cdata{PyExc_MemoryError}, \cdata{PyExc_MemoryError},
\cdata{PyExc_NameError}, \cdata{PyExc_NameError},
\cdata{PyExc_NotImplementedError},
\cdata{PyExc_OSError},
\cdata{PyExc_OverflowError}, \cdata{PyExc_OverflowError},
\cdata{PyExc_RuntimeError}, \cdata{PyExc_RuntimeError},
\cdata{PyExc_SyntaxError}, \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