Commit a7c159dd authored by Yury Selivanov's avatar Yury Selivanov

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

parent 84c63e8d
...@@ -829,8 +829,7 @@ Classes and functions ...@@ -829,8 +829,7 @@ Classes and functions
.. deprecated:: 3.0 .. deprecated:: 3.0
Use :func:`signature` and Use :func:`signature` and
:ref:`Signature Object <inspect-signature-object>`, which provide a :ref:`Signature Object <inspect-signature-object>`, which provide a
better introspecting API for callables. This function will be removed better introspecting API for callables.
in Python 3.6.
.. function:: getfullargspec(func) .. function:: getfullargspec(func)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment