From: Benjamin Peterson Date: Wed, 12 Nov 2008 21:26:46 +0000 (+0000) Subject: getfullargspec() has other virtues, too X-Git-Tag: v3.0rc3~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e8e9cc25d3ec1507a0e08028844205e92f488b7;p=python getfullargspec() has other virtues, too --- diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 6918a25ee5..3752bf1654 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -394,7 +394,7 @@ Classes and functions .. deprecated:: 3.0 Use :func:`getfullargspec` instead, which provides information about - keyword-only arguments. + keyword-only arguments and annotations. .. function:: getfullargspec(func)