summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-28 01:59:03 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-28 01:59:03 (GMT)
commit507cd3cf91333d133241c8126d21c5e33001024c (patch)
treee8c25b37ea657486db628ca9f92fd4edbde74730 /Misc
parentd663cc4848bb42a5ef7d6d887ed3304d789d4141 (diff)
parent46c759d76d02cb873bae55fac37dfe71750e3bef (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3745ac..7da41ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
----