]> 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:52:27 +0000 (04:52 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 29 May 2009 04:52:27 +0000 (04:52 +0000)
commit2bcde144ae79c72de05196f7da4ed32396e398d6
tree290c3629ef6f8d99dc59a0d0dadafdfb353efca6
parentebe99ab34444d911c6594d07de81966592cc9e85
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Lib/test/test_funcattrs.py
Misc/NEWS
Objects/funcobject.c