Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.

This commit is contained in:
Yury Selivanov 2016-01-11 21:04:50 -05:00
parent 84c63e8df4
commit a7c159ddf3

View file

@ -829,8 +829,7 @@ Classes and functions
.. deprecated:: 3.0
Use :func:`signature` and
:ref:`Signature Object <inspect-signature-object>`, which provide a
better introspecting API for callables. This function will be removed
in Python 3.6.
better introspecting API for callables.
.. function:: getfullargspec(func)