summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-21 05:04:52 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-21 05:04:52 (GMT)
commit0f35495563d30a0ac3ec3191bf5b06b44dbea961 (patch)
tree09d59ece99ce151db84f4299696800d00eb11ef4 /Doc
parent6eb9f100637bd17f8dcbe6c90825ad856e20ecec (diff)
downloadcpython-0f35495563d30a0ac3ec3191bf5b06b44dbea961.zip
cpython-0f35495563d30a0ac3ec3191bf5b06b44dbea961.tar.gz
cpython-0f35495563d30a0ac3ec3191bf5b06b44dbea961.tar.bz2
Add entry for copy_reg module.
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 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.
diff --git a/Doc/libpython.tex b/Doc/libpython.tex
index c58e320..902a092 100644
--- a/Doc/libpython.tex
+++ b/Doc/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.