Add cPickle to the list of modules in the chapter.

This commit is contained in:
Fred Drake 1998-04-12 03:08:41 +00:00
parent d6d88ffaf9
commit 898601bf8f
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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.