Skip to content
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

[3.5] bpo-30354: Update data model documentation for super() (GH-1561) #1869

Merged
merged 1 commit into from May 30, 2017

Conversation

csabella
Copy link
Contributor

@csabella csabella commented May 30, 2017

The data model section of the language reference was written well
before the zero-argument form of super() was added.

To avoid giving the impression that they're doing something
unusual, this updates the description of __new__ and __init__
to use the zero-argument form.

Patch by Cheryl Sabella.
(cherry picked from commit 12b1c18)

…H-1561)

The data model section of the language reference was written well
before the zero-argument form of super() was added.

To avoid giving the impression that they're doing something
unusual, this updates the description of `__new__` and `__init__`
to use the zero-argument form.

Patch by Cheryl Sabella.
(cherry picked from commit 12b1c18)
@Mariatta Mariatta added the docs label May 30, 2017
@Mariatta Mariatta merged commit 75ea91b into python:3.5 May 30, 2017
2 checks passed
@Mariatta
Copy link
Sponsor Member

@Mariatta Mariatta commented May 30, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants