[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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 serhiy.storchaka
Recipients methane, pitrou, serhiy.storchaka, vstinner
Date 2017-12-20.14:06:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513778772.0.0.213398074469.issue32379@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM in general. But mro() returns a list.

"class Test: pass" is a trivial case. What are results if the class has a parent?
History
Date User Action Args
2017-12-20 14:06:12serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, methane
2017-12-20 14:06:11serhiy.storchakasetmessageid: <1513778772.0.0.213398074469.issue32379@psf.upfronthosting.co.za>
2017-12-20 14:06:11serhiy.storchakalinkissue32379 messages
2017-12-20 14:06:11serhiy.storchakacreate