aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/subclass_classmethod.py
AgeCommit message (Collapse)Author
2015-12-09py: Fix calling of parent classmethod from instance of subclass.Damien George
Addresses issue #1697.
2014-06-08objtype: Fix passing of class param to inherited classmethods.Paul Sokolovsky
This is getting more and more tangled, but that's old news.