We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a254807 commit 2903307Copy full SHA for 2903307
Doc/library/typing.rst
@@ -1233,6 +1233,10 @@ These can be used as types in annotations. They all support subscription using
1233
1234
.. versionadded:: 3.5.3
1235
1236
+ .. versionchanged:: 3.13
1237
+
1238
+ :data:`ClassVar` can now be nested in :data:`Final` and vice versa.
1239
1240
.. data:: Final
1241
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
1264
1265
+ :data:`Final` can now be nested in :data:`ClassVar` and vice versa.
1266
1259
1267
.. data:: Required
1268
1269
Special typing construct to mark a :class:`TypedDict` key as required.
0 commit comments