From: Guido van Rossum Date: Thu, 21 Aug 1997 02:29:19 +0000 (+0000) Subject: mention cPickle and cStringIO X-Git-Tag: v1.5a4~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08157f8db6e3b2f4170933217f127ab2d8f997c5;p=thirdparty%2FPython%2Fcpython.git mention cPickle and cStringIO --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 4501a5b2b772..368c6a412a3d 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -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} diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 4501a5b2b772..368c6a412a3d 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -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}