Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
willingc merged 1 commit intopython:3.12frommiss-islington:backport-4f82621-3.12
Oct 30, 2024

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedOct 30, 2024
edited by github-actionsbot
Loading

  • 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. GerlachCAM.Gerlach@Gerlach.CAM

  • Fix format for the function parameter

Co-authored-by: C.A.M. GerlachCAM.Gerlach@Gerlach.CAM

  • Add space

Co-authored-by: C.A.M. GerlachCAM.Gerlach@Gerlach.CAM

  • add reference for the 'object'

Co-authored-by: C.A.M. GerlachCAM.Gerlach@Gerlach.CAM

  • add reference for NotImplemented

Co-authored-by: C.A.M. GerlachCAM.Gerlach@Gerlach.CAM

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

Co-authored-by: C.A.M. GerlachCAM.Gerlach@Gerlach.CAM

  • remove hyphen fromnewly-created

  • Update Doc/reference/datamodel.rst

'dictionaries' to 'dict'

Co-authored-by: C.A.M. GerlachCAM.Gerlach@Gerlach.CAM

  • Update predefined attribute types in testPredefinedAttrs

  • Changeuniversal type astop type

  • Don't mention about the top type

  • Update the description of richcmpfuncs

  • Update Doc/library/stdtypes.rst

Co-authored-by: Éricmerwok@netwok.org

  • Revert: Hierarchy Section in Data Model Documentation

  • Revert to original explanations ofnew andinit methods in datamodel.rst for improved clarity.

  • Update Doc/reference/datamodel.rst

Co-authored-by: Éricmerwok@netwok.org

  • Remove blank line

Co-authored-by: Éricmerwok@netwok.org

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

Co-authored-by: Éricmerwok@netwok.org

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

  • Update Doc/reference/datamodel.rst

Co-authored-by: Éricmerwok@netwok.org


(cherry picked from commit4f82621)

Co-authored-by: Furkan Onderfurkanonder@protonmail.com
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: C.A.M. GerlachCAM.Gerlach@Gerlach.CAM
Co-authored-by: Terry Jan Reedytjreedy@udel.edu
Co-authored-by: Éricmerwok@netwok.org
Co-authored-by: Carol Willingcarolcode@willingconsulting.com


📚 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 newsCo-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>* Fix format for the function parameterCo-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>* Add spaceCo-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>* add reference for the 'object'Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>* add reference for NotImplementedCo-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>* Change ref:`string <textseq>`  as class:`str`Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>* remove hyphen from `newly-created`* Update Doc/reference/datamodel.rst'dictionaries' to 'dict'Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>* 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.rstCo-authored-by: Éric <merwok@netwok.org>* 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.rstCo-authored-by: Éric <merwok@netwok.org>* Remove blank lineCo-authored-by: Éric <merwok@netwok.org>* Use ref:`str <textseq>` instead of :class:`strCo-authored-by: Éric <merwok@netwok.org>* Revert changes the description of Other Built-in Types in stdtypes.rst* Update Doc/reference/datamodel.rstCo-authored-by: Éric <merwok@netwok.org>---------(cherry picked from commit4f82621)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>
@willingcwillingc merged commitbda8190 intopython:3.12Oct 30, 2024
30 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@willingcwillingcwillingc approved these changes

Assignees

No one assigned

Labels

docsDocumentation in the Doc dirtestsTests in the Lib/test dir

Projects

Status: Done

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@willingc@furkanonder

[8]ページ先頭

©2009-2025 Movatter.jp