Skip to content

Commit

Permalink
Merge 3.5 (issue python#25486)
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Jan 12, 2016
2 parents 1d37771 + a7c159d commit 9179c40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9179c40

Please sign in to comment.