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 /Doc/whatsnew | |
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 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 85027ed..3761b89 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -430,6 +430,9 @@ inspect subclassing of :class:`~inspect.Signature` easier. (Contributed by Yury Selivanov and Eric Snow in :issue:`17373`.) +* New argument ``follow_wrapped`` for :func:`inspect.signature`. + (Contributed by Yury Selivanov in :issue:`20691`.) + ipaddress --------- |