From: Yury Selivanov Date: Tue, 12 Jan 2016 02:04:50 +0000 (-0500) Subject: Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. X-Git-Tag: v3.6.0a1~789^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7c159ddf3117adf0ee0d20200ded2e6f4ff7d15;p=python Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. --- diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 23e559cabc..8d25b1e04c 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -829,8 +829,7 @@ Classes and functions .. deprecated:: 3.0 Use :func:`signature` and :ref:`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)