summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-12 16:33:15 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-12 16:33:15 (GMT)
commit23a580fd7886bb5de8ea1bb14afa7225ea26ea56 (patch)
treeb1f26c41e683d4b2991b5447f54d7355668b7e57
parent9a4a342b7823dc44d64851eedb89820d88a67276 (diff)
downloadcpython-23a580fd7886bb5de8ea1bb14afa7225ea26ea56.zip
cpython-23a580fd7886bb5de8ea1bb14afa7225ea26ea56.tar.gz
cpython-23a580fd7886bb5de8ea1bb14afa7225ea26ea56.tar.bz2
Update index entries
-rw-r--r--Doc/c-api/exceptions.rst20
1 files changed, 17 insertions, 3 deletions
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index bf6577d..2fd5145 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -700,28 +700,42 @@ These are compatibility aliases to :c:data:`PyExc_OSError`:
single: PyExc_LookupError
single: PyExc_AssertionError
single: PyExc_AttributeError
+ single: PyExc_BlockingIOError
+ single: PyExc_BrokenPipeError
+ single: PyExc_ConnectionError
+ single: PyExc_ConnectionAbortedError
+ single: PyExc_ConnectionRefusedError
+ single: PyExc_ConnectionResetError
single: PyExc_EOFError
- single: PyExc_EnvironmentError
+ single: PyExc_FileExistsError
+ single: PyExc_FileNotFoundError
single: PyExc_FloatingPointError
- single: PyExc_IOError
single: PyExc_ImportError
single: PyExc_IndexError
+ single: PyExc_InterruptedError
+ single: PyExc_IsADirectoryError
single: PyExc_KeyError
single: PyExc_KeyboardInterrupt
single: PyExc_MemoryError
single: PyExc_NameError
+ single: PyExc_NotADirectoryError
single: PyExc_NotImplementedError
single: PyExc_OSError
single: PyExc_OverflowError
+ single: PyExc_PermissionError
+ single: PyExc_ProcessLookupError
single: PyExc_ReferenceError
single: PyExc_RuntimeError
single: PyExc_SyntaxError
single: PyExc_SystemError
single: PyExc_SystemExit
+ single: PyExc_TimeoutError
single: PyExc_TypeError
single: PyExc_ValueError
- single: PyExc_WindowsError
single: PyExc_ZeroDivisionError
+ single: PyExc_EnvironmentError
+ single: PyExc_IOError
+ single: PyExc_WindowsError
Notes: