Message 76355 - Python tracker (original) (raw)

Message76355

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:30 lunaryorn set recipients: + lunaryorn, georg.brandl
2008-11-24 19:08:29 lunaryorn set messageid: 1227553709.92.0.112307623193.issue4411@psf.upfronthosting.co.za
2008-11-24 19:08:29 lunaryorn link issue4411 messages
2008-11-24 19:08:28 lunaryorn create