]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682)
authorBernát Gábor <gaborjbernat@gmail.com>
Tue, 2 Jun 2026 07:55:01 +0000 (00:55 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 07:55:01 +0000 (10:55 +0300)
commite40190e104c81b61cdc6f71a391e28de53bbc1d8
tree61bc16b6126b5540f9ad629f2f9f0d61bdcaba84
parentc79e18a8e5ff4fda1a3d9201e65b0c6048b56b68
gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682)

Always use the directive and the role "class" instead of "data" for
NoneType, NotImplementedType and EllipsisType.
Doc/library/constants.rst
Doc/library/types.rst
Doc/whatsnew/3.10.rst