summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-12 03:08:41 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-12 03:08:41 (GMT)
commit898601bf8f4289f8da24c7f362dab760290a9258 (patch)
treebcd21551a845930ca9725582c8bae18f86ac2479 /Doc/lib
parentd6d88ffaf9c86080e57d98a243ca5e17add1dacc (diff)
downloadcpython-898601bf8f4289f8da24c7f362dab760290a9258.zip
cpython-898601bf8f4289f8da24c7f362dab760290a9258.tar.gz
cpython-898601bf8f4289f8da24c7f362dab760290a9258.tar.bz2
Add cPickle to the list of modules in the chapter.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libpython.tex3
1 files changed, 3 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.