summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libpython.tex3
-rw-r--r--Doc/libpython.tex3
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.