summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-26 18:27:49 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-07-26 18:27:49 (GMT)
commitf39f62802d5c02f90ce2fac51c277c4a136e1ba2 (patch)
tree524785ebcd80582c8c4cb61b60d1f984a4b73bb3
parenta1c2ce0431dce70a8990708baf28e2cf1f4d3293 (diff)
downloadcpython-f39f62802d5c02f90ce2fac51c277c4a136e1ba2.zip
cpython-f39f62802d5c02f90ce2fac51c277c4a136e1ba2.tar.gz
cpython-f39f62802d5c02f90ce2fac51c277c4a136e1ba2.tar.bz2
Added versionadded entry for the annotate argument.
-rw-r--r--Doc/library/pickletools.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst
index da3a7dd..dcb36b1 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