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 Tapani Kiiskinen, docs@python, rhettinger
Date 2015-03-15.21:34:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426455243.73.0.214295024333.issue23674@psf.upfronthosting.co.za>
In-reply-to
Content
> There's this mention 'The __mro__ attribute of the *type* lists
> the method resolution search order used by both getattr() and super().

I think instead of *type* it should say *object-or-type*.  It is the "second argument" that supplied the MRO.  The "first arguments" determines where we are currently in that MRO so that the search can begin upstream from the current class.
History
Date User Action Args
2015-03-15 21:34:03rhettingersetrecipients: + rhettinger, docs@python, Tapani Kiiskinen
2015-03-15 21:34:03rhettingersetmessageid: <1426455243.73.0.214295024333.issue23674@psf.upfronthosting.co.za>
2015-03-15 21:34:03rhettingerlinkissue23674 messages
2015-03-15 21:34:03rhettingercreate