]> granicus.if.org Git - python/commit
Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 11 Jan 2016 20:15:01 +0000 (15:15 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 11 Jan 2016 20:15:01 +0000 (15:15 -0500)
commit37dc2b28834c95d24746c2958e9ea31d3e8d1968
tree86745aeede3b7ebc00dbde82ffb0cc8d8ffae2dc
parentec71f1779fc4d3509e8f16197a99a6ed3706a591
Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.

The decision is that we shouldn't remove popular APIs (however long they
are depreacted) from Python 3, while 2.7 is still around and supported.
Doc/library/inspect.rst
Doc/whatsnew/3.6.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS