Add entry for copy_reg module.
This commit is contained in:
parent
6eb9f10063
commit
0f35495563
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue