From: Alexander Belopolsky Date: Mon, 26 Jul 2010 18:27:49 +0000 (+0000) Subject: Added versionadded entry for the annotate argument. X-Git-Tag: v3.2a1~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f39f62802d5c02f90ce2fac51c277c4a136e1ba2;p=thirdparty%2FPython%2Fcpython.git Added versionadded entry for the annotate argument. --- diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst index da3a7dd22e8c..dcb36b16f63c 100644 --- a/Doc/library/pickletools.rst +++ b/Doc/library/pickletools.rst @@ -26,6 +26,8 @@ ordinary users of the :mod:`pickle` module probably won't find the 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