Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

Great minds think alike.  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 functions.

----------
assignee: rhettinger -> r.david.murray
nosy: +r.david.murray
priority: normal -> low
resolution: fixed -> 
status: closed -> open

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

Reply via email to