]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType`...
authorBas van Beek <43369155+BvB93@users.noreply.github.com>
Tue, 22 Sep 2020 15:55:34 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 15:55:34 +0000 (08:55 -0700)
commit0d0e9fe2ffc1683758a1985ef6dedeef5ecafdbc
tree6b8cf4e733d804aaf7f841c0d37d48edff7b710d
parenta68a2ad19c891faa891904b3da537911cc77df21
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)

closes issue 41810
Doc/library/constants.rst
Doc/library/types.rst
Doc/whatsnew/3.10.rst
Lib/test/test_types.py
Lib/types.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-09-20-15-14-05.bpo-41810.7l8lyV.rst [new file with mode: 0644]