diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libpickle.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libpickle.tex')
-rw-r--r-- | Doc/lib/libpickle.tex | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index edd496f..60999eb 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{pickle}} -\label{module-pickle} -\stmodindex{pickle} +\declaremodule{standard}{pickle} + +\modulesynopsis{Convert Python objects to streams of bytes and back.} + \index{persistency} \indexii{persistent}{objects} \indexii{serializing}{objects} @@ -273,8 +275,10 @@ registration} \section{Built-in Module \module{cPickle}} -\bimodindex{cPickle} -\label{module-cPickle} +\declaremodule{builtin}{cPickle} + +\modulesynopsis{Faster version of \module{pickle}, but not subclassable.} + % This section was written by Fred L. Drake, Jr. <fdrake@acm.org> |