[docs] Python.org tutorial multiple-inheritance chapter bug

Антон Онуфриев anufant at gmail.com
Mon Dec 5 05:34:24 EST 2016


https://docs.python.org/3.6/tutorial/classes.html#multiple-inheritance

Hello.
There is a phrase about searching in base classes in text on link above:

Thus, if an attribute is not found in DerivedClassName, it is searched for
in Base1, then (recursively) in the base classes of Base1, and if it was
not found there, it was searched for in Base2, and so on.

I think it's a bug in a documentation and newer version of Python search
methods in other way, using c3-linearization method.



-- 
Onufriev Anton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20161205/7d5d8246/attachment-0001.html>


More information about the docs mailing list