From 898601bf8f4289f8da24c7f362dab760290a9258 Mon Sep 17 00:00:00 2001
From: Fred Drake <fdrake@acm.org>
Date: Sun, 12 Apr 1998 03:08:41 +0000
Subject: Add cPickle to the list of modules in the chapter.

---
 Doc/lib/libpython.tex | 3 +++
 Doc/libpython.tex     | 3 +++
 2 files changed, 6 insertions(+)

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.
 
-- 
cgit v0.12