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 Dustin.Oprea, docs@python, ezio.melotti, r.david.murray, rhettinger, terry.reedy
Date 2014-07-15.17:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405444333.04.0.344559355003.issue21928@psf.upfronthosting.co.za>
In-reply-to
Content
I would rewrite it as:

This is a convenience function for invoking update_wrapper() as a function decorator when defining a wrapper function.  It is equivalent to partial(update_wrapper, wrapped=wrapped, assigned=assigned, updated=updated).  For example:
History
Date User Action Args
2014-07-15 17:12:13r.david.murraysetrecipients: + r.david.murray, rhettinger, terry.reedy, ezio.melotti, docs@python, Dustin.Oprea
2014-07-15 17:12:13r.david.murraysetmessageid: <1405444333.04.0.344559355003.issue21928@psf.upfronthosting.co.za>
2014-07-15 17:12:13r.david.murraylinkissue21928 messages
2014-07-15 17:12:12r.david.murraycreate