mention cPickle and cStringIO

This commit is contained in:
Guido van Rossum 1997-08-21 02:29:19 +00:00
parent 24b1e75c1f
commit 08157f8db6
2 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,10 @@ posting by Fredrik Lundh; I have revised some modules' status.)
ni.py -- New import scheme with package support
cPickle.c -- mostly the same as pickle but no subclassing
cStringIO.c -- mostly the same as StringIO but no subclassing
\section{Frameworks; somewhat harder to document, but
well worth the effort}

View file

@ -10,6 +10,10 @@ posting by Fredrik Lundh; I have revised some modules' status.)
ni.py -- New import scheme with package support
cPickle.c -- mostly the same as pickle but no subclassing
cStringIO.c -- mostly the same as StringIO but no subclassing
\section{Frameworks; somewhat harder to document, but
well worth the effort}