]> granicus.if.org Git - python/commitdiff
getfullargspec() has other virtues, too
authorBenjamin Peterson <benjamin@python.org>
Wed, 12 Nov 2008 21:26:46 +0000 (21:26 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 12 Nov 2008 21:26:46 +0000 (21:26 +0000)
Doc/library/inspect.rst

index 6918a25ee57e527944765c74b9dfdd3c75655659..3752bf16545570742a8b4b1b889206345e329d39 100644 (file)
@@ -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)