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 maggyero
Recipients docs@python, jdemeyer, maggyero, rhettinger, steven.daprano
Date 2019-06-07.14:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559916999.18.0.732922763412.issue37176@roundup.psfhosted.org>
In-reply-to
Content
@Jeroen Demeyer

> I'm sorry to say that you're wrong here. super() looks at the MRO of the type of the object (the second argument) (*).

Exactly! It is funny because I was about to open the same issue this weekend. The documentation of super() is wrong here.
History
Date User Action Args
2019-06-07 14:16:39maggyerosetrecipients: + maggyero, rhettinger, steven.daprano, docs@python, jdemeyer
2019-06-07 14:16:39maggyerosetmessageid: <1559916999.18.0.732922763412.issue37176@roundup.psfhosted.org>
2019-06-07 14:16:39maggyerolinkissue37176 messages
2019-06-07 14:16:39maggyerocreate