]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46475: Add typing.Never and typing.assert_never (GH-30842)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 8 Feb 2022 18:50:26 +0000 (10:50 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 18:50:26 +0000 (10:50 -0800)
commit243436f3779c1e7bed1fd4b23d5a8ec5eff40699
tree141646bc73b79f45ff8d875b45164f1b90a8b2eb
parent1e6214dbd6a980b47123229aefd60bb2c9341b53
bpo-46475: Add typing.Never and typing.assert_never (GH-30842)
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-01-23-15-35-07.bpo-46475.UCe18S.rst [new file with mode: 0644]