Merge 3.5 (issue #25486)

This commit is contained in:
Yury Selivanov 2016-01-11 21:05:18 -05:00
commit 9179c40a9f
1 changed files with 1 additions and 2 deletions

View File

@ -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)