]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add entry for copy_reg module.
authorFred Drake <fdrake@acm.org>
Wed, 21 Jan 1998 05:04:52 +0000 (05:04 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Jan 1998 05:04:52 +0000 (05:04 +0000)
Doc/lib/libpython.tex
Doc/libpython.tex

index c58e320b9cba3fa860db81504cba314d2e3e00ce..902a09210d9a67f194c56cb5ec595ba63061b5db 100644 (file)
@@ -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.
 
index c58e320b9cba3fa860db81504cba314d2e3e00ce..902a09210d9a67f194c56cb5ec595ba63061b5db 100644 (file)
@@ -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.