benjamin.peterson
2008-11-12 21:26:46 UTC
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)
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)