Berker Peksag <berker.pek...@gmail.com> added the comment:

Use of classmethod and staticmethod decorators as functions is still a valid 
use case. I think the old signatures should be kept. It should be possible to 
document both uses in same place:

    .. function:: classmethod(function)
    .. decorator:: classmethod

       Documentation body.

----------
nosy: +berker.peksag

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

Reply via email to