commit | 898601bf8f4289f8da24c7f362dab760290a9258 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sun Apr 12 03:08:41 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sun Apr 12 03:08:41 1998 +0000 |
tree | bcd21551a845930ca9725582c8bae18f86ac2479 | |
parent | d6d88ffaf9c86080e57d98a243ca5e17add1dacc [diff] [blame] |
Add cPickle to the list of modules in the chapter.
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 @@ \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.