diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-02-05 03:10:00 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2018-02-05 03:10:00 (GMT) |
commit | a8c25d1c7f0d395861cc3e10dd01989150891c95 (patch) | |
tree | 12d9d976ce4528a3f267e78757747d54ddf14b21 /Python/fileutils.c | |
parent | 1c2b138671656abf8563a0cd7ef27c8c2e0be4e6 (diff) | |
download | cpython-a8c25d1c7f0d395861cc3e10dd01989150891c95.zip cpython-a8c25d1c7f0d395861cc3e10dd01989150891c95.tar.gz cpython-a8c25d1c7f0d395861cc3e10dd01989150891c95.tar.bz2 |
[3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5542)
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).
(cherry picked from commit d1f318105b8781b01f3507d5cb0fd841b977d5f2)
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions