mirror of https://github.com/python/cpython
Merge 3.5 (issue #25486)
This commit is contained in:
commit
9179c40a9f
|
@ -810,8 +810,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…
Reference in New Issue