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 rhettinger
Recipients LambertDW, georg.brandl, rhettinger, stutzbach
Date 2009-02-25.20:09:22
SpamBayes Score 0.0012661238
Marked as misclassified No
Message-id <1235592565.58.0.0310224657847.issue5229@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I did a further update to the super docs to clarify that parent
classes are search in single inheritance models and that both parent and
siblings are searched in multiple inheritance models.  Made the concept
more concrete by relating pointing to the __mro__ attribute and by
comparing it to getattr() which also uses the __mro__.
History
Date User Action Args
2009-02-25 20:09:26rhettingersetrecipients: + rhettinger, georg.brandl, LambertDW, stutzbach
2009-02-25 20:09:25rhettingersetmessageid: <1235592565.58.0.0310224657847.issue5229@psf.upfronthosting.co.za>
2009-02-25 20:09:23rhettingerlinkissue5229 messages
2009-02-25 20:09:22rhettingercreate