cpython/Doc/reference
Miss Islington (bot) a8c25d1c7f [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 d1f318105b)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
2018-02-05 13:10:00 +10:00
..
compound_stmts.rst Remove redundant 'exc = True' line (GH-4357) 2017-11-11 18:11:34 +03:00
datamodel.rst [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5542) 2018-02-05 13:10:00 +10:00
executionmodel.rst
expressions.rst
grammar.rst
import.rst
index.rst
introduction.rst
lexical_analysis.rst bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) (GH-5465) 2018-01-31 17:17:02 -05:00
simple_stmts.rst
toplevel_components.rst