projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c63e8
)
Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.
author
Yury Selivanov
<yselivanov@sprymix.com>
Tue, 12 Jan 2016 02:04:50 +0000
(21:04 -0500)
committer
Yury Selivanov
<yselivanov@sprymix.com>
Tue, 12 Jan 2016 02:04:50 +0000
(21:04 -0500)
Doc/library/inspect.rst
patch
|
blob
|
history
diff --git
a/Doc/library/inspect.rst
b/Doc/library/inspect.rst
index 23e559cabc2d105fec2513e2d39f07ca33613e94..8d25b1e04c00c8aa66605549660e467cc93caae3 100644
(file)
--- 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)