mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add cPickle to the list of modules in the chapter.
This commit is contained in:
parent
d6d88ffaf9
commit
898601bf8f
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,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[cPickle]
|
||||||
|
--- Faster version of \module{pickle}, but not subclassable.
|
||||||
|
|
||||||
\item[copy_reg]
|
\item[copy_reg]
|
||||||
--- Register \module{pickle} support functions.
|
--- Register \module{pickle} support functions.
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,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[cPickle]
|
||||||
|
--- Faster version of \module{pickle}, but not subclassable.
|
||||||
|
|
||||||
\item[copy_reg]
|
\item[copy_reg]
|
||||||
--- Register \module{pickle} support functions.
|
--- Register \module{pickle} support functions.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue