]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 Apr 2022 21:01:40 +0000 (00:01 +0300)
committerGitHub <noreply@github.com>
Fri, 29 Apr 2022 21:01:40 +0000 (15:01 -0600)
commit81120b6754c67a8f1f00cbc3af6963c0e1945911
treebc93c2acfa17ba7829421404c20f34d5767cd9a0
parentf6656163de483003697d510031827b7512056d55
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-01-27-14-46-15.bpo-44791.tR1JFG.rst [new file with mode: 0644]