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.

Author lunaryorn
Recipients georg.brandl, lunaryorn
Date 2008-11-24.19:08:28
SpamBayes Score 0.0060112528
Marked as misclassified No
Message-id <1227553709.92.0.112307623193.issue4411@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-24 19:08:30lunaryornsetrecipients: + lunaryorn, georg.brandl
2008-11-24 19:08:29lunaryornsetmessageid: <1227553709.92.0.112307623193.issue4411@psf.upfronthosting.co.za>
2008-11-24 19:08:29lunaryornlinkissue4411 messages
2008-11-24 19:08:28lunaryorncreate