From: Fred Drake Date: Sun, 12 Apr 1998 03:08:41 +0000 (+0000) Subject: Add cPickle to the list of modules in the chapter. X-Git-Tag: v1.5.1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898601bf8f4289f8da24c7f362dab760290a9258;p=python Add cPickle to the list of modules in the chapter. --- diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 2b03e975fd..944f80fc83 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -28,6 +28,9 @@ environment. Here's an overview: \item[pickle] --- Convert Python objects to streams of bytes and back. +\item[cPickle] +--- Faster version of \module{pickle}, but not subclassable. + \item[copy_reg] --- Register \module{pickle} support functions. diff --git a/Doc/libpython.tex b/Doc/libpython.tex index 2b03e975fd..944f80fc83 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -28,6 +28,9 @@ environment. Here's an overview: \item[pickle] --- Convert Python objects to streams of bytes and back. +\item[cPickle] +--- Faster version of \module{pickle}, but not subclassable. + \item[copy_reg] --- Register \module{pickle} support functions.