[docs] [issue16267] order of decorators @abstractmethod and @classmethod is significant (is not documented to be in @abstractclassmethod which advises their combined use)

Benjamin Peterson report at bugs.python.org
Wed Oct 17 20:07:00 CEST 2012


Benjamin Peterson added the comment:

I don't see why classmethod/staticmethod should be special cased if it doesn't work for other decorators.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16267>
_______________________________________


More information about the docs mailing list