diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 01:59:27 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 01:59:27 (GMT) |
commit | 72f389fed0f583da9755979179316655fa42664a (patch) | |
tree | 6c8c52aee8007743a84a5b5d970697717894b984 /Misc/NEWS | |
parent | fa0e7f67ab80b307fa0c3202ed4ed0e2874499ca (diff) | |
parent | 507cd3cf91333d133241c8126d21c5e33001024c (diff) | |
download | cpython-72f389fed0f583da9755979179316655fa42664a.zip cpython-72f389fed0f583da9755979179316655fa42664a.tar.gz cpython-72f389fed0f583da9755979179316655fa42664a.tar.bz2 |
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -263,6 +263,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 ---- |