]> granicus.if.org Git - python/commit
bpo-36751: Deprecate getfullargspec and report positional-only args as regular args...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 30 Apr 2019 01:01:14 +0000 (02:01 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2019 01:01:14 +0000 (02:01 +0100)
commitd5d2b4546939b98244708e5bb0cfccd55b99d244
tree2a98e93bcad785c97f88154d275a4662afa40f8c
parent81c5a905951aaf46f292eb459c32649c0b74ef61
bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016)

* bpo-36751: Deprecate getfullargspec and report positional-only args as regular args

* Use inspect.signature in testhelpers
Doc/library/inspect.rst
Doc/whatsnew/3.8.rst
Lib/inspect.py
Lib/test/test_inspect.py
Lib/unittest/test/testmock/testhelpers.py
Misc/NEWS.d/next/Core and Builtins/2019-04-29-23-30-21.bpo-36751.3NCRbm.rst [new file with mode: 0644]