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 dsdale24
Recipients Arfrever, Darren.Dale, asvetlov, benjamin.peterson, christopherthemagnificent, daniel.urban, docs@python, dsdale24, eric.araujo, eric.snow, ncoghlan, python-dev, r.david.murray, stutzbach
Date 2012-10-17.18:15:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350497710.51.0.755895816306.issue16267@psf.upfronthosting.co.za>
In-reply-to
Content
Quoting the documentation for abstractmethod:

"When abstractmethod() is applied in combination with other method descriptors, it should be applied as the innermost decorator, as shown in the following usage examples:"

The examples include staticmethod and classmethod.
History
Date User Action Args
2012-10-17 18:15:10dsdale24setrecipients: + dsdale24, ncoghlan, benjamin.peterson, stutzbach, eric.araujo, Arfrever, r.david.murray, asvetlov, daniel.urban, christopherthemagnificent, docs@python, python-dev, eric.snow, Darren.Dale
2012-10-17 18:15:10dsdale24setmessageid: <1350497710.51.0.755895816306.issue16267@psf.upfronthosting.co.za>
2012-10-17 18:15:10dsdale24linkissue16267 messages
2012-10-17 18:15:10dsdale24create