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 berker.peksag
Recipients berker.peksag, cryvate, dmiyakawa, docs@python, eric.araujo
Date 2017-10-12.14:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507819713.32.0.213398074469.issue31567@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-10-12 14:48:33berker.peksagsetrecipients: + berker.peksag, eric.araujo, docs@python, dmiyakawa, cryvate
2017-10-12 14:48:33berker.peksagsetmessageid: <1507819713.32.0.213398074469.issue31567@psf.upfronthosting.co.za>
2017-10-12 14:48:33berker.peksaglinkissue31567 messages
2017-10-12 14:48:33berker.peksagcreate