diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-20 18:30:08 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-20 18:30:08 (GMT) |
commit | bcd4fc161ae40aaed4c8812d0bf37aa94c6cc2df (patch) | |
tree | 0d676ad431eba126313a76b126f6bc45d83b30f1 /Misc/NEWS | |
parent | 1f507a81405dd7234dd97465d68fcc8437b5da0e (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----- |