summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpython.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libpython.tex')
-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 c58e320..902a092 100644
--- a/Doc/lib/libpython.tex
+++ b/Doc/lib/libpython.tex
@@ -24,6 +24,9 @@ environment. Here's an overview:
\item[pickle]
--- Convert Python objects to streams of bytes and back.
+\item[copy_reg]
+--- Register \code{pickle} support functions.
+
\item[shelve]
--- Python object persistency.