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 ashwch
Recipients ashwch
Date 2017-08-04.06:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501828975.1.0.737825658034.issue31118@psf.upfronthosting.co.za>
In-reply-to
Content
From this question I noticed that super() doesn't work with static methods with no arguments: https://stackoverflow.com/q/45498675/846892

My question is what's the issue with using __class__ for both arguments to super() in case of static method? Or was it just an oversight.
History
Date User Action Args
2017-08-04 06:42:55ashwchsetrecipients: + ashwch
2017-08-04 06:42:55ashwchsetmessageid: <1501828975.1.0.737825658034.issue31118@psf.upfronthosting.co.za>
2017-08-04 06:42:55ashwchlinkissue31118 messages
2017-08-04 06:42:54ashwchcreate