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 94f87e8 commit 899d2eeCopy full SHA for 899d2ee
1 file changed
Misc/NEWS.d/next/Library/2025-08-18-07-10-55.gh-issue-137840.9b7AnG.rst
@@ -0,0 +1,3 @@
1
+:class:`typing.TypedDict` now supports the ``closed`` and ``extra_items``
2
+keyword arguments (as described in :pep:`728`) to control whether additional
3
+non-required keys are allowed and to specify their value type.
0 commit comments