]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Jun 2026 08:02:22 +0000 (10:02 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 08:02:22 +0000 (08:02 +0000)
commit7d661587a2d76fd1eaa0349612d37a809560a88d
treefe139e3d3da6326a442d38af1dd7e476a7a6f405
parent13bb7f7cd7ed84535b68db0927112ecdfad2f05b
[3.14] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150756)

Always use the directive and the role "class" instead of "data" for
NoneType, NotImplementedType and EllipsisType.
(cherry picked from commit e40190e104c81b61cdc6f71a391e28de53bbc1d8)

Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
Doc/library/constants.rst
Doc/library/types.rst
Doc/whatsnew/3.10.rst