@@ -889,11 +889,11 @@ the variables:
889
889
+-----------------------------------------+---------------------------------+----------+
890
890
| C Name | Python Name | Notes |
891
891
+=========================================+=================================+==========+
892
- | :c:data: `PyExc_BaseException ` | :exc: `BaseException ` | \( 1) |
892
+ | :c:data: `PyExc_BaseException ` | :exc: `BaseException ` | [ 1 ]_ |
893
893
+-----------------------------------------+---------------------------------+----------+
894
- | :c:data: `PyExc_Exception ` | :exc: `Exception ` | \( 1) |
894
+ | :c:data: `PyExc_Exception ` | :exc: `Exception ` | [ 1 ]_ |
895
895
+-----------------------------------------+---------------------------------+----------+
896
- | :c:data: `PyExc_ArithmeticError ` | :exc: `ArithmeticError ` | \( 1) |
896
+ | :c:data: `PyExc_ArithmeticError ` | :exc: `ArithmeticError ` | [ 1 ]_ |
897
897
+-----------------------------------------+---------------------------------+----------+
898
898
| :c:data: `PyExc_AssertionError ` | :exc: `AssertionError ` | |
899
899
+-----------------------------------------+---------------------------------+----------+
@@ -939,7 +939,7 @@ the variables:
939
939
+-----------------------------------------+---------------------------------+----------+
940
940
| :c:data: `PyExc_KeyboardInterrupt ` | :exc: `KeyboardInterrupt ` | |
941
941
+-----------------------------------------+---------------------------------+----------+
942
- | :c:data: `PyExc_LookupError ` | :exc: `LookupError ` | \( 1) |
942
+ | :c:data: `PyExc_LookupError ` | :exc: `LookupError ` | [ 1 ]_ |
943
943
+-----------------------------------------+---------------------------------+----------+
944
944
| :c:data: `PyExc_MemoryError ` | :exc: `MemoryError ` | |
945
945
+-----------------------------------------+---------------------------------+----------+
@@ -951,7 +951,7 @@ the variables:
951
951
+-----------------------------------------+---------------------------------+----------+
952
952
| :c:data: `PyExc_NotImplementedError ` | :exc: `NotImplementedError ` | |
953
953
+-----------------------------------------+---------------------------------+----------+
954
- | :c:data: `PyExc_OSError ` | :exc: `OSError ` | \( 1) |
954
+ | :c:data: `PyExc_OSError ` | :exc: `OSError ` | [ 1 ]_ |
955
955
+-----------------------------------------+---------------------------------+----------+
956
956
| :c:data: `PyExc_OverflowError ` | :exc: `OverflowError ` | |
957
957
+-----------------------------------------+---------------------------------+----------+
@@ -961,7 +961,7 @@ the variables:
961
961
+-----------------------------------------+---------------------------------+----------+
962
962
| :c:data: `PyExc_RecursionError ` | :exc: `RecursionError ` | |
963
963
+-----------------------------------------+---------------------------------+----------+
964
- | :c:data: `PyExc_ReferenceError ` | :exc: `ReferenceError ` | \( 2) |
964
+ | :c:data: `PyExc_ReferenceError ` | :exc: `ReferenceError ` | |
965
965
+-----------------------------------------+---------------------------------+----------+
966
966
| :c:data: `PyExc_RuntimeError ` | :exc: `RuntimeError ` | |
967
967
+-----------------------------------------+---------------------------------+----------+
@@ -1026,18 +1026,18 @@ These are compatibility aliases to :c:data:`PyExc_OSError`:
1026
1026
+-------------------------------------+----------+
1027
1027
| :c:data: `PyExc_IOError ` | |
1028
1028
+-------------------------------------+----------+
1029
- | :c:data: `PyExc_WindowsError ` | \( 3) |
1029
+ | :c:data: `PyExc_WindowsError ` | [ 2 ]_ |
1030
1030
+-------------------------------------+----------+
1031
1031
1032
1032
.. versionchanged :: 3.3
1033
1033
These aliases used to be separate exception types.
1034
1034
1035
1035
Notes:
1036
1036
1037
- (1)
1037
+ .. [ 1 ]
1038
1038
This is a base class for other standard exceptions.
1039
1039
1040
- (2)
1040
+ .. [ 2 ]
1041
1041
Only defined on Windows; protect code that uses this by testing that the
1042
1042
preprocessor macro ``MS_WINDOWS `` is defined.
1043
1043
@@ -1067,7 +1067,7 @@ the variables:
1067
1067
+------------------------------------------+---------------------------------+----------+
1068
1068
| C Name | Python Name | Notes |
1069
1069
+==========================================+=================================+==========+
1070
- | :c:data: `PyExc_Warning ` | :exc: `Warning ` | \( 1) |
1070
+ | :c:data: `PyExc_Warning ` | :exc: `Warning ` | [ 3 ]_ |
1071
1071
+------------------------------------------+---------------------------------+----------+
1072
1072
| :c:data: `PyExc_BytesWarning ` | :exc: `BytesWarning ` | |
1073
1073
+------------------------------------------+---------------------------------+----------+
@@ -1095,5 +1095,5 @@ the variables:
1095
1095
1096
1096
Notes:
1097
1097
1098
- (1)
1098
+ .. [ 3 ]
1099
1099
This is a base class for other standard warning categories.
0 commit comments