diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-24 18:46:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-24 18:46:14 (GMT) |
commit | c859350fa60654855d5cefd23b8af6c4378ac009 (patch) | |
tree | e38f37cca2f17d005dca2d0645f6f04b8b0293fe /Doc | |
parent | d0421dd44849620a8ce0f3e7831d2fab4d0463ef (diff) | |
download | cpython-c859350fa60654855d5cefd23b8af6c4378ac009.zip cpython-c859350fa60654855d5cefd23b8af6c4378ac009.tar.gz cpython-c859350fa60654855d5cefd23b8af6c4378ac009.tar.bz2 |
Added some cross-references to the end.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libshelve.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libshelve.tex b/Doc/lib/libshelve.tex index 4b7f773..7a463cd 100644 --- a/Doc/lib/libshelve.tex +++ b/Doc/lib/libshelve.tex @@ -62,3 +62,9 @@ be used to solve this, but this differs across \UNIX{} versions and requires knowledge about the database implementation used. \end{itemize} + + +\begin{seealso} + \seemodule{pickle}{Object serialization used by \module{shelve}.} + \seemodule{cPickle}{High-performance version of \module{pickle}.} +\end{seealso} |