]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-60712: Include the "object" type in the lists of documented types (GH-10303...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 Oct 2024 20:16:38 +0000 (21:16 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2024 20:16:38 +0000 (13:16 -0700)
commit00ff23f06d872e6008731ecc7533b669751b670c
tree828a6ce8cd3b5f34c63f3b23029dadfb12db793e
parente6e140db9e1e4299bdfb3d047ff7b79033bbdaa3
[3.13] gh-60712: Include the "object" type in the lists of documented types (GH-103036) (GH-126197)

gh-60712: Include the "object" type in the lists of documented types (GH-103036)

* add test for the predefined object's attributes

* Include the "object" type in the lists of documented types

* remove 'or' from augment tuple

* ๐Ÿ“œ๐Ÿค– Added by blurb_it.

* Add cross-reference to news

* Fix format for the function parameter

* Add space

* add reference for the 'object'

* add reference for NotImplemented

* Change ref:`string <textseq>`  as class:`str`

* remove hyphen from `newly-created`

* Update Doc/reference/datamodel.rst

'dictionaries' to 'dict'

* Update predefined attribute types in testPredefinedAttrs

* Change `universal type` as `top type`

* Don't mention about the top type

* Update the description of richcmpfuncs

* Update Doc/library/stdtypes.rst

* Revert: Hierarchy Section in Data Model Documentation

* Revert to original explanations of __new__ and __init__ methods in datamodel.rst for improved clarity.

* Update Doc/reference/datamodel.rst

* Remove blank line

* Use ref:`str <textseq>` instead of :class:`str

* Revert changes the description of Other Built-in Types in stdtypes.rst

* Update Doc/reference/datamodel.rst

---------

(cherry picked from commit 4f826214b30ad50365f45bf07e4a02f34f897ab5)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: ร‰ric <merwok@netwok.org>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Doc/library/functions.rst
Doc/reference/datamodel.rst
Lib/test/test_class.py
Misc/NEWS.d/next/Documentation/2023-03-28-22-24-45.gh-issue-60712.So5uad.rst [new file with mode: 0644]