[issue9567] Add attribute pointing to wrapped function to partial objects

2010-08-10 Thread Nick Coghlan
Nick Coghlan added the comment: python-dev thread: http://mail.python.org/pipermail/python-dev/2010-August/102988.html -- ___ Python tracker ___

[issue9567] Add attribute pointing to wrapped function to partial objects

2010-08-10 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue9567] Add attribute pointing to wrapped function to partial objects

2010-08-10 Thread Éric Araujo
New submission from Éric Araujo : Raymond in #9396: “I was just about to propose that functools.wraps add a standard attribute to point at the underlying function (on the theory that objects should be introspectable). This would allow a standard way to get to the underlying unwrapped functio