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 rhettinger, xiang.zhang
Date 2016-03-24.06:21:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458800471.1.0.329965624611.issue26634@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, Raymond, I've added the test to test the assigned attributes.
I use WRAPPER_ASSIGNMENTS in functools so we can keep them consistent. I don't know how to get the original func from the already decorated methods in this case so I define a new container.
If there are mistakes or better solution, I am willing to know.
History
Date User Action Args
2016-03-24 06:21:11xiang.zhangsetrecipients: + xiang.zhang, rhettinger
2016-03-24 06:21:11xiang.zhangsetmessageid: <1458800471.1.0.329965624611.issue26634@psf.upfronthosting.co.za>
2016-03-24 06:21:11xiang.zhanglinkissue26634 messages
2016-03-24 06:21:10xiang.zhangcreate