mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +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]
|
||||
--- 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…
Add table
Add a link
Reference in a new issue