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 madsjensen
Recipients barry, madsjensen, r.david.murray
Date 2018-03-27.11:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522149849.99.0.467229070634.issue33156@psf.upfronthosting.co.za>
In-reply-to
Content
There are lots of legacy calls in the form of ClassName.method, which should be replaced with super().method.
History
Date User Action Args
2018-03-27 11:24:10madsjensensetrecipients: + madsjensen, barry, r.david.murray
2018-03-27 11:24:09madsjensensetmessageid: <1522149849.99.0.467229070634.issue33156@psf.upfronthosting.co.za>
2018-03-27 11:24:09madsjensenlinkissue33156 messages
2018-03-27 11:24:09madsjensencreate