diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-04-29 21:01:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 21:01:40 (GMT) |
commit | 81120b6754c67a8f1f00cbc3af6963c0e1945911 (patch) | |
tree | bc93c2acfa17ba7829421404c20f34d5767cd9a0 /Misc | |
parent | f6656163de483003697d510031827b7512056d55 (diff) | |
download | cpython-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.rst | 1 |
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`. |