From a7c159ddf3117adf0ee0d20200ded2e6f4ff7d15 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 11 Jan 2016 21:04:50 -0500 Subject: Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. --- Doc/library/inspect.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 23e559c..8d25b1e 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) -- cgit v0.12