Add entry for copy_reg module.

This commit is contained in:
Fred Drake 1998-01-21 05:04:52 +00:00
parent 6eb9f10063
commit 0f35495563
2 changed files with 6 additions and 0 deletions

View 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.

View 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.