summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-28 01:59:27 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-28 01:59:27 (GMT)
commit72f389fed0f583da9755979179316655fa42664a (patch)
tree6c8c52aee8007743a84a5b5d970697717894b984 /Misc/NEWS
parentfa0e7f67ab80b307fa0c3202ed4ed0e2874499ca (diff)
parent507cd3cf91333d133241c8126d21c5e33001024c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b712b4d..121ea5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
----