]> granicus.if.org Git - python/commit
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 20 May 2015 18:30:08 +0000 (14:30 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 20 May 2015 18:30:08 +0000 (14:30 -0400)
commitbcd4fc161ae40aaed4c8812d0bf37aa94c6cc2df
tree0d676ad431eba126313a76b126f6bc45d83b30f1
parent1f507a81405dd7234dd97465d68fcc8437b5da0e
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
Doc/library/inspect.rst
Doc/whatsnew/3.5.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS