This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: __mro__ documentation
Type: Stage:
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, lunaryorn
Priority: normal Keywords:

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:41adminsetgithub: 48661
2009-03-31 19:26:34georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg84875
2008-11-24 19:08:29lunaryorncreate