[Python-3000-checkins] r67202 - python/branches/py3k/Doc/library/inspect.rst

benjamin.peterson python-3000-checkins at python.org
Wed Nov 12 22:26:46 CET 2008


Author: benjamin.peterson
Date: Wed Nov 12 22:26:46 2008
New Revision: 67202

Log:
getfullargspec() has other virtues, too

Modified:
   python/branches/py3k/Doc/library/inspect.rst

Modified: python/branches/py3k/Doc/library/inspect.rst
==============================================================================
--- python/branches/py3k/Doc/library/inspect.rst	(original)
+++ python/branches/py3k/Doc/library/inspect.rst	Wed Nov 12 22:26:46 2008
@@ -394,7 +394,7 @@
 
    .. deprecated:: 3.0
       Use :func:`getfullargspec` instead, which provides information about
-      keyword-only arguments.
+      keyword-only arguments and annotations.
 
 
 .. function:: getfullargspec(func)


More information about the Python-3000-checkins mailing list