Discussion:
[Python-3000-checkins] r67202 - python/branches/py3k/Doc/library/inspect.rst
benjamin.peterson
2008-11-12 21:26:46 UTC
Permalink
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)

Loading...