[Python-checkins] r83170 - python/branches/py3k/Doc/library/pickletools.rst

alexander.belopolsky python-checkins at python.org
Mon Jul 26 20:27:49 CEST 2010


Author: alexander.belopolsky
Date: Mon Jul 26 20:27:49 2010
New Revision: 83170

Log:
Added versionadded entry for the annotate argument.

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

Modified: python/branches/py3k/Doc/library/pickletools.rst
==============================================================================
--- python/branches/py3k/Doc/library/pickletools.rst	(original)
+++ python/branches/py3k/Doc/library/pickletools.rst	Mon Jul 26 20:27:49 2010
@@ -26,6 +26,8 @@
    a short description.  The value of *annotate* is used as a hint for
    the column where annotation should start.
 
+  .. versionadded:: 3.2 the *annotate* argument.
+
 .. function:: genops(pickle)
 
    Provides an :term:`iterator` over all of the opcodes in a pickle, returning a


More information about the Python-checkins mailing list