summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-04-29 21:01:40 (GMT)
committerGitHub <noreply@github.com>2022-04-29 21:01:40 (GMT)
commit81120b6754c67a8f1f00cbc3af6963c0e1945911 (patch)
treebc93c2acfa17ba7829421404c20f34d5767cd9a0 /Misc
parentf6656163de483003697d510031827b7512056d55 (diff)
downloadcpython-81120b6754c67a8f1f00cbc3af6963c0e1945911.zip
cpython-81120b6754c67a8f1f00cbc3af6963c0e1945911.tar.gz
cpython-81120b6754c67a8f1f00cbc3af6963c0e1945911.tar.bz2
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-01-27-14-46-15.bpo-44791.tR1JFG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-27-14-46-15.bpo-44791.tR1JFG.rst b/Misc/NEWS.d/next/Library/2022-01-27-14-46-15.bpo-44791.tR1JFG.rst
new file mode 100644
index 0000000..31c6dcc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-01-27-14-46-15.bpo-44791.tR1JFG.rst
@@ -0,0 +1 @@
+Accept ellipsis as the last argument of :data:`typing.Concatenate`.