]> granicus.if.org Git - python/commit
Issue #27172: Undeprecate inspect.getfullargspec()
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 2 Dec 2016 10:29:57 +0000 (20:29 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 2 Dec 2016 10:29:57 +0000 (20:29 +1000)
commit3c35fdb8fbf72c750ab19036b6145751ccbec856
tree7986833389f5aa0d803d30f11cf1c651abc480f6
parentc2c8fe1252dda7dd973a1da440607a1d9a9638f0
Issue #27172: Undeprecate inspect.getfullargspec()

This is still useful for single source Python 2/3 code
migrating away from inspect.getargspec(), but that wasn't
clear with the documented deprecation in place.
Doc/library/inspect.rst
Doc/whatsnew/3.6.rst
Lib/inspect.py
Misc/NEWS