diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-02-04 21:03:22 -0500 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2018-02-05 12:03:22 +1000 |
commit | d1f318105b8781b01f3507d5cb0fd841b977d5f2 (patch) | |
tree | a6e99b5ab1183095acd89ced108e2836c2ebaa53 /Python/fileutils.c | |
parent | 05e806767b857b1eab838e712828e3a7d57cabf1 (diff) | |
download | cpython-git-d1f318105b8781b01f3507d5cb0fd841b977d5f2.tar.gz |
bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754)
When `__getattr__` is implemented, attribute lookup will always fall back to that,
even if the initial failure comes from `__getattribute__` or a descriptor's `__get__`
method (including property methods).
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions