Issue 4411: mro documentation - Python tracker (original) (raw)

Issue4411

Created on 2008-11-24 19:08 by lunaryorn, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76355 - (view) Author: (lunaryorn) Date: 2008-11-24 19:08
The documentation of Python 2.6 and 2.7 only mentions the class attribute "__mro__" in ABC documentation and in Data model documentation when explaining description invocation (see search results: http://docs.python.org/dev/search.html?q=__mro__&check_keywords=yes&area=default) Imho __mro__ lacks documentation in "Standard Type Hierachy", where special attributes of fundamental data types are documented.
msg84875 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-03-31 19:26
Documented in r70870.
History
Date User Action Args
2022-04-11 14:56:41 admin set github: 48661
2009-03-31 19:26:34 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-11-24 19:08:29 lunaryorn create