Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7c159d

Browse files
committed
Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.
1 parent 84c63e8 commit a7c159d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/inspect.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,7 @@ Classes and functions
829829
.. deprecated:: 3.0
830830
Use :func:`signature` and
831831
:ref:`Signature Object <inspect-signature-object>`, which provide a
832-
better introspecting API for callables. This function will be removed
833-
in Python 3.6.
832+
better introspecting API for callables.
834833

835834

836835
.. function:: getfullargspec(func)

0 commit comments

Comments
 (0)