]> granicus.if.org Git - python/commit
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
authorRaymond Hettinger <python@rcn.com>
Fri, 29 May 2009 04:58:52 +0000 (04:58 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 29 May 2009 04:58:52 +0000 (04:58 +0000)
commit578a228ee265e9ce4d88c01f8d9fd57a237cfc3e
tree4e8e026d3e5c06f2048d2c872d42f2d666a93058
parent7937d939b1e41e869ebd6a41787c186482f5950f
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Lib/test/test_funcattrs.py
Misc/NEWS
Objects/funcobject.c