summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2016-01-12 02:05:18 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2016-01-12 02:05:18 (GMT)
commit9179c40a9ff74978b4226f42b8aa0c2ef625556c (patch)
tree26baf6fa23ded116c57e944a2eead24829b46192 /Doc/library/inspect.rst
parent1d377712927c957c38f2a4fa96d61b7eb0e0dbca (diff)
parenta7c159ddf3117adf0ee0d20200ded2e6f4ff7d15 (diff)
downloadcpython-9179c40a9ff74978b4226f42b8aa0c2ef625556c.zip
cpython-9179c40a9ff74978b4226f42b8aa0c2ef625556c.tar.gz
cpython-9179c40a9ff74978b4226f42b8aa0c2ef625556c.tar.bz2
Merge 3.5 (issue #25486)
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r--Doc/library/inspect.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 8e8d725..aa8a181 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -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)