diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-12 03:08:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-12 03:08:41 (GMT) |
commit | 898601bf8f4289f8da24c7f362dab760290a9258 (patch) | |
tree | bcd21551a845930ca9725582c8bae18f86ac2479 | |
parent | d6d88ffaf9c86080e57d98a243ca5e17add1dacc (diff) | |
download | cpython-898601bf8f4289f8da24c7f362dab760290a9258.zip cpython-898601bf8f4289f8da24c7f362dab760290a9258.tar.gz cpython-898601bf8f4289f8da24c7f362dab760290a9258.tar.bz2 |
Add cPickle to the list of modules in the chapter.
-rw-r--r-- | Doc/lib/libpython.tex | 3 | ||||
-rw-r--r-- | Doc/libpython.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 2b03e97..944f80f 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 2b03e97..944f80f 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. |