]> granicus.if.org Git - python/commitdiff
Added some cross-references to the end.
authorFred Drake <fdrake@acm.org>
Mon, 24 Aug 1998 18:46:14 +0000 (18:46 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 24 Aug 1998 18:46:14 +0000 (18:46 +0000)
Doc/lib/libshelve.tex

index 4b7f773c2e68f8e5a011ab72c559dc05cd5b76e2..7a463cd0094dfbe62a1e4af58cfc187e2de5fad6 100644 (file)
@@ -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}