commit | f502dadb332f911fa3b6c531bbc5065795cca242 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Apr 04 19:56:29 2022 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 04 19:56:29 2022 -0700 |
tree | 8486d9344b89187f24f76cd173785a7d20667c9f | |
parent | 3fa800d7a7a405f51e0e8c9b7dac2f2a75c17bb4 [diff] |
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>