From: Fred Drake Date: Wed, 21 Jan 1998 05:04:52 +0000 (+0000) Subject: Add entry for copy_reg module. X-Git-Tag: v1.5.1~905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f35495563d30a0ac3ec3191bf5b06b44dbea961;p=thirdparty%2FPython%2Fcpython.git Add entry for copy_reg module. --- diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index c58e320b9cba..902a09210d9a 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 c58e320b9cba..902a09210d9a 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.