]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47007: [doc] `str` special method lookup (GH-31863)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Apr 2022 02:59:04 +0000 (19:59 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 02:59:04 +0000 (19:59 -0700)
commitc0063bdc7b5fed98c6799f3da0a954a775e3d89e
treee2346826daf1018e66c7b80b0b0929a5ad24946a
parente47e6ffed36eb1dd82da3bcadf8b45b894ef4ce2
bpo-47007: [doc] `str` special method lookup (GH-31863)

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 bb86d1d9fbd1888524e04475383f4ea764277f67)

Co-authored-by: Vanshaj Singhania <8797467+itsvs@users.noreply.github.com>
Doc/library/stdtypes.rst