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 gvanrossum
Recipients benjamin.peterson, daniel.urban, della, gvanrossum, pitrou, terry.reedy
Date 2010-08-13.21:42:41
SpamBayes Score 0.02082435
Marked as misclassified No
Message-id <1281735763.27.0.469184504517.issue5867@psf.upfronthosting.co.za>
In-reply-to
Content
As you figured out it is not yet supported.

I object to making changes to the classmethod implementation.

I expect the best thing to do is to add a new

@abc.abstractclassmethod

decorator defined in pure Python (maybe the definition of abstractproperty provides a hint on how to do this).

You may want to define @abc.abstractstaticmethod as well.
History
Date User Action Args
2010-08-13 21:42:45gvanrossumsetrecipients: + gvanrossum, terry.reedy, pitrou, benjamin.peterson, della, daniel.urban
2010-08-13 21:42:43gvanrossumsetmessageid: <1281735763.27.0.469184504517.issue5867@psf.upfronthosting.co.za>
2010-08-13 21:42:41gvanrossumlinkissue5867 messages
2010-08-13 21:42:41gvanrossumcreate