commit | 0f35495563d30a0ac3ec3191bf5b06b44dbea961 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Jan 21 05:04:52 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Jan 21 05:04:52 1998 +0000 |
tree | 09d59ece99ce151db84f4299696800d00eb11ef4 | |
parent | 6eb9f100637bd17f8dcbe6c90825ad856e20ecec [diff] [blame] |
Add entry for copy_reg module.
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 @@ \item[pickle] --- Convert Python objects to streams of bytes and back. +\item[copy_reg] +--- Register \code{pickle} support functions. + \item[shelve] --- Python object persistency.