File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1233,6 +1233,10 @@ These can be used as types in annotations. They all support subscription using
1233
1233
1234
1234
.. versionadded :: 3.5.3
1235
1235
1236
+ .. versionchanged :: 3.13
1237
+
1238
+ :data: `ClassVar ` can now be nested in :data: `Final ` and vice versa.
1239
+
1236
1240
.. data :: Final
1237
1241
1238
1242
Special typing construct to indicate final names to type checkers.
@@ -1256,6 +1260,10 @@ These can be used as types in annotations. They all support subscription using
1256
1260
1257
1261
.. versionadded :: 3.8
1258
1262
1263
+ .. versionchanged :: 3.13
1264
+
1265
+ :data: `Final ` can now be nested in :data: `ClassVar ` and vice versa.
1266
+
1259
1267
.. data :: Required
1260
1268
1261
1269
Special typing construct to mark a :class: `TypedDict ` key as required.
You can’t perform that action at this time.
0 commit comments