mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.
This commit is contained in:
parent
84c63e8df4
commit
a7c159ddf3
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue