Guido van Rossum <gu...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to