summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-20 18:30:08 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-20 18:30:08 (GMT)
commitbcd4fc161ae40aaed4c8812d0bf37aa94c6cc2df (patch)
tree0d676ad431eba126313a76b126f6bc45d83b30f1 /Misc/NEWS
parent1f507a81405dd7234dd97465d68fcc8437b5da0e (diff)
downloadcpython-bcd4fc161ae40aaed4c8812d0bf37aa94c6cc2df.zip
cpython-bcd4fc161ae40aaed4c8812d0bf37aa94c6cc2df.tar.gz
cpython-bcd4fc161ae40aaed4c8812d0bf37aa94c6cc2df.tar.bz2
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15ab1c8..ab12a65 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -176,6 +176,10 @@ Library
- Issue 24190: Implement inspect.BoundArgument.apply_defaults() method.
Contributed by Yury Selivanov.
+- Issue 20691: Add 'follow_wrapped' argument to
+ inspect.Signature.from_callable() and inspect.signature().
+ Contributed by Yury Selivanov.
+
Tests
-----