diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-11 00:14:29 +0000 |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-11 00:14:29 +0000 |
commit | 049fd9003da4e1487107000f8ada148642d789ff (patch) | |
tree | dd53023a4e94e9544ad84e868a02a7c258901dbb /Doc/lib/libpickletools.tex | |
parent | 9ad69637e8397a4896fbfe5c5e047d048f53956a (diff) | |
download | cpython-git-049fd9003da4e1487107000f8ada148642d789ff.tar.gz |
added a few missing \versionadded{2.3} tags
Diffstat (limited to 'Doc/lib/libpickletools.tex')
-rw-r--r-- | Doc/lib/libpickletools.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libpickletools.tex b/Doc/lib/libpickletools.tex index 0fe76ff7b2..8f63626211 100644 --- a/Doc/lib/libpickletools.tex +++ b/Doc/lib/libpickletools.tex @@ -3,6 +3,8 @@ \declaremodule{standard}{pickletools} \modulesynopsis{Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.} +\versionadded{2.3} + This module contains various constants relating to the intimate details of the \refmodule{pickle} module, some lengthy comments about the implementation, and a few useful functions for analyzing pickled |