Skip to content

[3.12] gh-60712: Include the "object" type in the lists of documented types (GH-103036) #126198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 30, 2024

  • 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

Co-authored-by: C.A.M. Gerlach [email protected]

  • Fix format for the function parameter

Co-authored-by: C.A.M. Gerlach [email protected]

  • Add space

Co-authored-by: C.A.M. Gerlach [email protected]

  • add reference for the 'object'

Co-authored-by: C.A.M. Gerlach [email protected]

  • add reference for NotImplemented

Co-authored-by: C.A.M. Gerlach [email protected]

  • Change ref:string <textseq> as class:str

Co-authored-by: C.A.M. Gerlach [email protected]

  • remove hyphen from newly-created

  • Update Doc/reference/datamodel.rst

'dictionaries' to 'dict'

Co-authored-by: C.A.M. Gerlach [email protected]

  • 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

Co-authored-by: Éric [email protected]

  • 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

Co-authored-by: Éric [email protected]

  • Remove blank line

Co-authored-by: Éric [email protected]

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

Co-authored-by: Éric [email protected]

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

  • Update Doc/reference/datamodel.rst

Co-authored-by: Éric [email protected]


(cherry picked from commit 4f82621)

Co-authored-by: Furkan Onder [email protected]
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach [email protected]
Co-authored-by: Terry Jan Reedy [email protected]
Co-authored-by: Éric [email protected]
Co-authored-by: Carol Willing [email protected]


📚 Documentation preview 📚: https://cpython-previews--126198.org.readthedocs.build/

…types (pythonGH-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

Co-authored-by: C.A.M. Gerlach <[email protected]>

* Fix format for the function parameter

Co-authored-by: C.A.M. Gerlach <[email protected]>

* Add space

Co-authored-by: C.A.M. Gerlach <[email protected]>

* add reference for the 'object'

Co-authored-by: C.A.M. Gerlach <[email protected]>

* add reference for NotImplemented

Co-authored-by: C.A.M. Gerlach <[email protected]>

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

Co-authored-by: C.A.M. Gerlach <[email protected]>

* remove hyphen from `newly-created`

* Update Doc/reference/datamodel.rst

'dictionaries' to 'dict'

Co-authored-by: C.A.M. Gerlach <[email protected]>

* 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

Co-authored-by: Éric <[email protected]>

* 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

Co-authored-by: Éric <[email protected]>

* Remove blank line

Co-authored-by: Éric <[email protected]>

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

Co-authored-by: Éric <[email protected]>

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

* Update Doc/reference/datamodel.rst

Co-authored-by: Éric <[email protected]>

---------

(cherry picked from commit 4f82621)

Co-authored-by: Furkan Onder <[email protected]>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Terry Jan Reedy <[email protected]>
Co-authored-by: Éric <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
@willingc willingc merged commit bda8190 into python:3.12 Oct 30, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir tests Tests in the Lib/test dir
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants