[Python-checkins] cpython (3.5): Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.

yury.selivanov python-checkins at python.org
Mon Jan 11 21:05:21 EST 2016


https://hg.python.org/cpython/rev/36a54e30bcbd
changeset:   99868:36a54e30bcbd
branch:      3.5
parent:      99865:6bd4a4907f66
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Jan 11 21:04:50 2016 -0500
summary:
  Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.

files:
  Doc/library/inspect.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -829,8 +829,7 @@
    .. 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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list