diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 01:59:03 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 01:59:03 (GMT) |
commit | 507cd3cf91333d133241c8126d21c5e33001024c (patch) | |
tree | e8c25b37ea657486db628ca9f92fd4edbde74730 /Misc | |
parent | d663cc4848bb42a5ef7d6d887ed3304d789d4141 (diff) | |
parent | 46c759d76d02cb873bae55fac37dfe71750e3bef (diff) | |
download | cpython-507cd3cf91333d133241c8126d21c5e33001024c.zip cpython-507cd3cf91333d133241c8126d21c5e33001024c.tar.gz cpython-507cd3cf91333d133241c8126d21c5e33001024c.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
@@ -248,6 +248,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 ---- |