summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-24 18:46:14 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-24 18:46:14 (GMT)
commitc859350fa60654855d5cefd23b8af6c4378ac009 (patch)
treee38f37cca2f17d005dca2d0645f6f04b8b0293fe /Doc/lib
parentd0421dd44849620a8ce0f3e7831d2fab4d0463ef (diff)
downloadcpython-c859350fa60654855d5cefd23b8af6c4378ac009.zip
cpython-c859350fa60654855d5cefd23b8af6c4378ac009.tar.gz
cpython-c859350fa60654855d5cefd23b8af6c4378ac009.tar.bz2
Added some cross-references to the end.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libshelve.tex6
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}