Added versionadded entry for the annotate argument.
This commit is contained in:
parent
a1c2ce0431
commit
f39f62802d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue