diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2016-01-11 21:04:50 -0500 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2016-01-11 21:04:50 -0500 |
commit | a7c159ddf3117adf0ee0d20200ded2e6f4ff7d15 (patch) | |
tree | 1537689a3fa5ed8592163ee43f6d66e8add6c839 /Doc/library/inspect.rst | |
parent | 84c63e8df4f48a34ad20829125c12db71314f9ef (diff) | |
download | cpython-git-a7c159ddf3117adf0ee0d20200ded2e6f4ff7d15.tar.gz |
Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r-- | Doc/library/inspect.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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 <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) |