]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:01 +0000 (10:02 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 08:02:01 +0000 (08:02 +0000)
commitc301ea034cfb679e1888dd15f894b7a4cb0a2639
treeb40e6b4474453f4263b1edb228f74be0be988ac3
parent3eab77f28f26bc62433248a518e740864e53fa3c
[3.13] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150757)

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