@@ -909,11 +909,11 @@ the variables:
909
909
+-----------------------------------------+---------------------------------+----------+
910
910
| C Name | Python Name | Notes |
911
911
+=========================================+=================================+==========+
912
- | :c:data: `PyExc_BaseException ` | :exc: `BaseException ` | \( 1) |
912
+ | :c:data: `PyExc_BaseException ` | :exc: `BaseException ` | [ 1 ]_ |
913
913
+-----------------------------------------+---------------------------------+----------+
914
- | :c:data: `PyExc_Exception ` | :exc: `Exception ` | \( 1) |
914
+ | :c:data: `PyExc_Exception ` | :exc: `Exception ` | [ 1 ]_ |
915
915
+-----------------------------------------+---------------------------------+----------+
916
- | :c:data: `PyExc_ArithmeticError ` | :exc: `ArithmeticError ` | \( 1) |
916
+ | :c:data: `PyExc_ArithmeticError ` | :exc: `ArithmeticError ` | [ 1 ]_ |
917
917
+-----------------------------------------+---------------------------------+----------+
918
918
| :c:data: `PyExc_AssertionError ` | :exc: `AssertionError ` | |
919
919
+-----------------------------------------+---------------------------------+----------+
@@ -959,7 +959,7 @@ the variables:
959
959
+-----------------------------------------+---------------------------------+----------+
960
960
| :c:data: `PyExc_KeyboardInterrupt ` | :exc: `KeyboardInterrupt ` | |
961
961
+-----------------------------------------+---------------------------------+----------+
962
- | :c:data: `PyExc_LookupError ` | :exc: `LookupError ` | \( 1) |
962
+ | :c:data: `PyExc_LookupError ` | :exc: `LookupError ` | [ 1 ]_ |
963
963
+-----------------------------------------+---------------------------------+----------+
964
964
| :c:data: `PyExc_MemoryError ` | :exc: `MemoryError ` | |
965
965
+-----------------------------------------+---------------------------------+----------+
@@ -971,7 +971,7 @@ the variables:
971
971
+-----------------------------------------+---------------------------------+----------+
972
972
| :c:data: `PyExc_NotImplementedError ` | :exc: `NotImplementedError ` | |
973
973
+-----------------------------------------+---------------------------------+----------+
974
- | :c:data: `PyExc_OSError ` | :exc: `OSError ` | \( 1) |
974
+ | :c:data: `PyExc_OSError ` | :exc: `OSError ` | [ 1 ]_ |
975
975
+-----------------------------------------+---------------------------------+----------+
976
976
| :c:data: `PyExc_OverflowError ` | :exc: `OverflowError ` | |
977
977
+-----------------------------------------+---------------------------------+----------+
@@ -981,7 +981,7 @@ the variables:
981
981
+-----------------------------------------+---------------------------------+----------+
982
982
| :c:data: `PyExc_RecursionError ` | :exc: `RecursionError ` | |
983
983
+-----------------------------------------+---------------------------------+----------+
984
- | :c:data: `PyExc_ReferenceError ` | :exc: `ReferenceError ` | \( 2) |
984
+ | :c:data: `PyExc_ReferenceError ` | :exc: `ReferenceError ` | |
985
985
+-----------------------------------------+---------------------------------+----------+
986
986
| :c:data: `PyExc_RuntimeError ` | :exc: `RuntimeError ` | |
987
987
+-----------------------------------------+---------------------------------+----------+
@@ -1046,18 +1046,18 @@ These are compatibility aliases to :c:data:`PyExc_OSError`:
1046
1046
+-------------------------------------+----------+
1047
1047
| :c:data: `PyExc_IOError ` | |
1048
1048
+-------------------------------------+----------+
1049
- | :c:data: `PyExc_WindowsError ` | \( 3) |
1049
+ | :c:data: `PyExc_WindowsError ` | [ 2 ]_ |
1050
1050
+-------------------------------------+----------+
1051
1051
1052
1052
.. versionchanged :: 3.3
1053
1053
These aliases used to be separate exception types.
1054
1054
1055
1055
Notes:
1056
1056
1057
- (1)
1057
+ .. [ 1 ]
1058
1058
This is a base class for other standard exceptions.
1059
1059
1060
- (2)
1060
+ .. [ 2 ]
1061
1061
Only defined on Windows; protect code that uses this by testing that the
1062
1062
preprocessor macro ``MS_WINDOWS `` is defined.
1063
1063
@@ -1087,7 +1087,7 @@ the variables:
1087
1087
+------------------------------------------+---------------------------------+----------+
1088
1088
| C Name | Python Name | Notes |
1089
1089
+==========================================+=================================+==========+
1090
- | :c:data: `PyExc_Warning ` | :exc: `Warning ` | \( 1) |
1090
+ | :c:data: `PyExc_Warning ` | :exc: `Warning ` | [ 3 ]_ |
1091
1091
+------------------------------------------+---------------------------------+----------+
1092
1092
| :c:data: `PyExc_BytesWarning ` | :exc: `BytesWarning ` | |
1093
1093
+------------------------------------------+---------------------------------+----------+
@@ -1115,5 +1115,5 @@ the variables:
1115
1115
1116
1116
Notes:
1117
1117
1118
- (1)
1118
+ .. [ 3 ]
1119
1119
This is a base class for other standard warning categories.
0 commit comments