commit | 15ccc4fac09b866d61b069c6c136aabfe4bac09c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Wed Sep 25 08:13:19 2019 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 25 08:13:19 2019 -0700 |
tree | aa284b9d1f4d00bfd0251ca0fa1b8ec20a2b15ef | |
parent | 00508a7407d7d300b487532e2271534b20e378a7 [diff] |
bpo-38255: super() can search attributes as well as methods (GH-16368) Improvement suggested by Géry Ogam.