From: Fred Drake Date: Mon, 24 Aug 1998 18:46:14 +0000 (+0000) Subject: Added some cross-references to the end. X-Git-Tag: v1.5.2a2~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c859350fa60654855d5cefd23b8af6c4378ac009;p=python Added some cross-references to the end. --- diff --git a/Doc/lib/libshelve.tex b/Doc/lib/libshelve.tex index 4b7f773c2e..7a463cd009 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}