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.10] bpo-47007: [doc] str special method lookup (GH-31863) #32318

Merged
merged 1 commit into from Apr 5, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 5, 2022

Clarify the str() docs to point out that object.__str__()
follows special method lookup.

Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com
(cherry picked from commit bb86d1d)

Co-authored-by: Vanshaj Singhania 8797467+itsvs@users.noreply.github.com

https://bugs.python.org/issue47007

Clarify the `str()` docs to point out that `object.__str__()`
follows special method lookup.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit bb86d1d)

Co-authored-by: Vanshaj Singhania <8797467+itsvs@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@itsvs and @JelleZijlstra: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit f502dad into python:3.10 Apr 5, 2022
@miss-islington miss-islington deleted the backport-bb86d1d-3.10 branch April 5, 2022 02:56
@miss-islington
Copy link
Contributor Author

@itsvs and @JelleZijlstra: Status check is done, and it's a failure ❌ .

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 skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants