summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-05-02 22:41:23 (GMT)
committerGitHub <noreply@github.com>2022-05-02 22:41:23 (GMT)
commitb04e02c57f82d6e1ae52ee6f070eb893d019f4fd (patch)
treec31c0be6958d56e84ffbe2c69eee51d73ab1f6a1 /Misc
parent81fb3548be5a18bf40a6f4505a02cc7fb72c9c34 (diff)
downloadcpython-b04e02c57f82d6e1ae52ee6f070eb893d019f4fd.zip
cpython-b04e02c57f82d6e1ae52ee6f070eb893d019f4fd.tar.gz
cpython-b04e02c57f82d6e1ae52ee6f070eb893d019f4fd.tar.bz2
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-04-28-18-45-58.gh-issue-88089.hu9kRk.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-28-18-45-58.gh-issue-88089.hu9kRk.rst b/Misc/NEWS.d/next/Library/2022-04-28-18-45-58.gh-issue-88089.hu9kRk.rst
new file mode 100644
index 0000000..2665a47
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-04-28-18-45-58.gh-issue-88089.hu9kRk.rst
@@ -0,0 +1 @@
+Add support for generic :class:`typing.NamedTuple`.