diff options
Diffstat (limited to 'Doc/lib/libshelve.tex')
-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} |