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 r.david.murray
Recipients alex.75, docs@python, michael.foord, r.david.murray
Date 2012-05-31.19:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338494309.3.0.165763351477.issue14971@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is documented anywhere (and should be).  I believe what you need to do is use functools.wraps on your wrapper function.
History
Date User Action Args
2012-05-31 19:58:29r.david.murraysetrecipients: + r.david.murray, michael.foord, docs@python, alex.75
2012-05-31 19:58:29r.david.murraysetmessageid: <1338494309.3.0.165763351477.issue14971@psf.upfronthosting.co.za>
2012-05-31 19:58:28r.david.murraylinkissue14971 messages
2012-05-31 19:58:28r.david.murraycreate