commit | 7444a5a402bbac4268b95958a9578a9e3dae33e0 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 25 08:24:12 2019 -0700 |
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | Wed Sep 25 08:24:12 2019 -0700 |
tree | 61dcc6fa5c6855ff97f76f8f92abb96b663afe0f | |
parent | e4be8c984d035da30f9ed051aa6f3f762f0e9060 [diff] |
bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391) Improvement suggested by Géry Ogam. (cherry picked from commit 15ccc4fac09b866d61b069c6c136aabfe4bac09c) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>