]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90633: Improve error and docs for typing.assert_never (#91720)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 25 Apr 2022 13:40:18 +0000 (06:40 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Apr 2022 13:40:18 +0000 (06:40 -0700)
commit93d280141c369fd1906569ff605148b6e22f6a43
tree01714d7314fffffdac59f85006d0b23759a22044
parent9ff2f12c876289a7192fd1672ed08a1876a51e17
gh-90633: Improve error and docs for typing.assert_never (#91720)

Closes #90633

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-04-19-19-50-10.gh-issue-90633.Youov0.rst [new file with mode: 0644]