Staging
v0.5.1
https://github.com/python/cpython
Revision a8c25d1c7f0d395861cc3e10dd01989150891c95 authored by Miss Islington (bot) on 05 February 2018, 03:10:00 UTC, committed by Nick Coghlan on 05 February 2018, 03:10:00 UTC
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>
1 parent 1c2b138
History
Tip revision: a8c25d1c7f0d395861cc3e10dd01989150891c95 authored by Miss Islington (bot) on 05 February 2018, 03:10:00 UTC
[3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5542)
Tip revision: a8c25d1
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
docutils.conf -rw-r--r-- 56 bytes
glossary.rst -rw-r--r-- 48.4 KB
license.rst -rw-r--r-- 46.2 KB
make.bat -rw-r--r-- 5.1 KB

README.rst

back to top