diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 01:56:53 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 01:56:53 (GMT) |
commit | 46c759d76d02cb873bae55fac37dfe71750e3bef (patch) | |
tree | 42418ab91cb39107010584ef758513f2f03179a5 /Misc | |
parent | 68fe9aa58c139e3a6f8c9188760bb237added7d6 (diff) | |
download | cpython-46c759d76d02cb873bae55fac37dfe71750e3bef.zip cpython-46c759d76d02cb873bae55fac37dfe71750e3bef.tar.gz cpython-46c759d76d02cb873bae55fac37dfe71750e3bef.tar.bz2 |
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -274,6 +274,9 @@ Library - Issue #23898: Fix inspect.classify_class_attrs() to support attributes with overloaded __eq__ and __bool__. Patch by Mike Bayer. +- Issue #24298: Fix inspect.signature() to correctly unwrap wrappers + around bound methods. + IDLE ---- |