mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add entry for copy_reg module.
This commit is contained in:
parent
6eb9f10063
commit
0f35495563
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue