mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
added a few missing \versionadded{2.3} tags
This commit is contained in:
parent
9ad69637e8
commit
049fd9003d
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue