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 tleeuwenburg@gmail.com
Recipients collinwinter, debatem1, ebfe, giampaolo.rodola, pitrou, tleeuwenburg@gmail.com
Date 2011-03-30.09:33:06
SpamBayes Score 0.0011687827
Marked as misclassified No
Message-id <1301477587.06.0.144683989484.issue9285@psf.upfronthosting.co.za>
In-reply-to
Content
I have been working on a similar idea. I just wanted to raise an issue I ran into which might affect this code also. The decorated function ended up with a different function signature to the original inner function. This can be important sometimes. I had to use the decorator.decorator module to give the outer function the same signature as the inner function.
History
Date User Action Args
2011-03-30 09:33:07tleeuwenburg@gmail.comsetrecipients: + tleeuwenburg@gmail.com, collinwinter, pitrou, giampaolo.rodola, ebfe, debatem1
2011-03-30 09:33:07tleeuwenburg@gmail.comsetmessageid: <1301477587.06.0.144683989484.issue9285@psf.upfronthosting.co.za>
2011-03-30 09:33:06tleeuwenburg@gmail.comlinkissue9285 messages
2011-03-30 09:33:06tleeuwenburg@gmail.comcreate