R. David Murray added the comment:

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:

----------
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21928>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to