mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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]
|
\item[pickle]
|
||||||
--- Convert Python objects to streams of bytes and back.
|
--- Convert Python objects to streams of bytes and back.
|
||||||
|
|
||||||
|
\item[copy_reg]
|
||||||
|
--- Register \code{pickle} support functions.
|
||||||
|
|
||||||
\item[shelve]
|
\item[shelve]
|
||||||
--- Python object persistency.
|
--- Python object persistency.
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,9 @@ environment. Here's an overview:
|
||||||
\item[pickle]
|
\item[pickle]
|
||||||
--- Convert Python objects to streams of bytes and back.
|
--- Convert Python objects to streams of bytes and back.
|
||||||
|
|
||||||
|
\item[copy_reg]
|
||||||
|
--- Register \code{pickle} support functions.
|
||||||
|
|
||||||
\item[shelve]
|
\item[shelve]
|
||||||
--- Python object persistency.
|
--- Python object persistency.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue