]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43923: Add support for generic typing.NamedTuple (#92027)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 May 2022 22:41:23 +0000 (01:41 +0300)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 22:41:23 +0000 (16:41 -0600)
commitb04e02c57f82d6e1ae52ee6f070eb893d019f4fd
treec31c0be6958d56e84ffbe2c69eee51d73ab1f6a1
parent81fb3548be5a18bf40a6f4505a02cc7fb72c9c34
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Doc/library/typing.rst
Doc/whatsnew/3.11.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-04-28-18-45-58.gh-issue-88089.hu9kRk.rst [new file with mode: 0644]