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 denisr
Recipients ashwch, denisr, ncoghlan, rhettinger
Date 2018-05-14.16:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526313722.43.0.682650639539.issue31118@psf.upfronthosting.co.za>
In-reply-to
Content
Simple explanation: if you call a method of a parent, then you are using class information now, so your child method is not static any more. Please use classmethod decorator and super() with no arguments - it will use cls argument implicitly
History
Date User Action Args
2018-05-14 16:02:02denisrsetrecipients: + denisr, rhettinger, ncoghlan, ashwch
2018-05-14 16:02:02denisrsetmessageid: <1526313722.43.0.682650639539.issue31118@psf.upfronthosting.co.za>
2018-05-14 16:02:02denisrlinkissue31118 messages
2018-05-14 16:02:02denisrcreate