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 Dustin.Oprea
Recipients Dustin.Oprea, docs@python
Date 2014-07-07.00:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404691551.32.0.43724066382.issue21928@psf.upfronthosting.co.za>
In-reply-to
Content
functools.wraps docs say "This is a convenience function for invoking partial(update_wrapper, wrapped=wrapped, assigned=assigned, updated=updated) as a function decorator when defining a wrapper function." The referenced function should be update_wrapper(), not partial().
History
Date User Action Args
2014-07-07 00:05:51Dustin.Opreasetrecipients: + Dustin.Oprea, docs@python
2014-07-07 00:05:51Dustin.Opreasetmessageid: <1404691551.32.0.43724066382.issue21928@psf.upfronthosting.co.za>
2014-07-07 00:05:51Dustin.Oprealinkissue21928 messages
2014-07-07 00:05:50Dustin.Opreacreate