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 xiang.zhang
Recipients ncoghlan, python-dev, serhiy.storchaka, xiang.zhang, yselivanov
Date 2016-04-12.06:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460443966.21.0.0115574677481.issue26733@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your comments Serhiy. I update the patch according to your comments.

Actually I don't think this is a new feature. Maybe staticmethod and classmethod are just forgotten.

As for separate tests for staticmethod and classmethod, I think they are not needed for this patch since right now we can use dis.dis to disassemble them explicitly. Only when dis.dis a class they are missing. But since there are no tests for them, adding tests for them is good.
History
Date User Action Args
2016-04-12 06:52:46xiang.zhangsetrecipients: + xiang.zhang, ncoghlan, python-dev, serhiy.storchaka, yselivanov
2016-04-12 06:52:46xiang.zhangsetmessageid: <1460443966.21.0.0115574677481.issue26733@psf.upfronthosting.co.za>
2016-04-12 06:52:46xiang.zhanglinkissue26733 messages
2016-04-12 06:52:46xiang.zhangcreate