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 mitar
Recipients eric.araujo, mitar, ncoghlan, r.david.murray, rhettinger
Date 2010-08-21.20:21:34
SpamBayes Score 0.012052113
Marked as misclassified No
Message-id <1282422095.82.0.713996019896.issue9157@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the concrete code how I imagined that:

http://code.djangoproject.com/ticket/13854

So this would be not made in code of `wraps` function, but would be contract for implementers to do it, if they want to be visible (maybe they still do not want that). And all built-in decorators should do that then.
History
Date User Action Args
2010-08-21 20:21:35mitarsetrecipients: + mitar, rhettinger, ncoghlan, eric.araujo, r.david.murray
2010-08-21 20:21:35mitarsetmessageid: <1282422095.82.0.713996019896.issue9157@psf.upfronthosting.co.za>
2010-08-21 20:21:34mitarlinkissue9157 messages
2010-08-21 20:21:34mitarcreate