Eric Snow added the comment:

The catch is that when abstractmethod is the inner decorator, 
__isabstractmethod__ is set on the object that classmethod/staticmethod is 
wrapping.  When abstractmethod is the outer decorator, __isabstractmethod__ is 
set on the resulting classmethod/staticmethod object instead.  Unless there is 
some practical reason that the distinction matters, I'm +1 on letting 
__isabstractmethod__ be set on classmethods and staticmethods.

----------

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

Reply via email to