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 [3.6] bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) (GH-1727) 2017-05-22 14:36:19 -07:00
expressions.rst bpo-31501: Operator precedence description for arithmetic operators (GH-3633) (GH-3638) 2017-09-19 15:48:29 -07:00
grammar.rst Merged revisions 65378-65379,65430 via svnmerge from 2008-08-03 09:47:27 +00:00
import.rst [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021) 2017-10-17 15:59:21 -04:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
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 bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810) 2017-09-28 13:00:17 -07:00
toplevel_components.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00