]> granicus.if.org Git - python/commitdiff
Add cPickle to the list of modules in the chapter.
authorFred Drake <fdrake@acm.org>
Sun, 12 Apr 1998 03:08:41 +0000 (03:08 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 12 Apr 1998 03:08:41 +0000 (03:08 +0000)
Doc/lib/libpython.tex
Doc/libpython.tex

index 2b03e975fda90bf9d2e73850182251c0d669c7d3..944f80fc835c9e74dc4c9a3faae0b6481cb5f2e6 100644 (file)
@@ -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.
 
index 2b03e975fda90bf9d2e73850182251c0d669c7d3..944f80fc835c9e74dc4c9a3faae0b6481cb5f2e6 100644 (file)
@@ -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.