Add cPickle to the list of modules in the chapter.
This commit is contained in:
parent
d6d88ffaf9
commit
898601bf8f
|
@ -28,6 +28,9 @@ environment. Here's an overview:
|
|||
\item[pickle]
|
||||
--- Convert Python objects to streams of bytes and back.
|
||||
|
||||
\item[cPickle]
|
||||
--- Faster version of \module{pickle}, but not subclassable.
|
||||
|
||||
\item[copy_reg]
|
||||
--- Register \module{pickle} support functions.
|
||||
|
||||
|
|
|
@ -28,6 +28,9 @@ environment. Here's an overview:
|
|||
\item[pickle]
|
||||
--- Convert Python objects to streams of bytes and back.
|
||||
|
||||
\item[cPickle]
|
||||
--- Faster version of \module{pickle}, but not subclassable.
|
||||
|
||||
\item[copy_reg]
|
||||
--- Register \module{pickle} support functions.
|
||||
|
||||
|
|
Loading…
Reference in New Issue