]> granicus.if.org Git - python/commit
inspect.getfullargspec: Use inspect.signature API behind the scenes #17481
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 29 Jan 2014 16:24:39 +0000 (11:24 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 29 Jan 2014 16:24:39 +0000 (11:24 -0500)
commitd82eddcf058deb8140e2d8670a4f2109872a2015
treed2a6b2a095874e3ee7ad3f72acbbb0a055974870
parent07a9e452accb432bd9da20b20e13f4bf8feebacb
inspect.getfullargspec: Use inspect.signature API behind the scenes #17481
Doc/whatsnew/3.4.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS