commit | 08157f8db6e3b2f4170933217f127ab2d8f997c5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 21 02:29:19 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 21 02:29:19 1997 +0000 |
tree | f06b29426c5b075e5c7c7fefdbc28b94b121cbf9 | |
parent | 24b1e75c1fcf2ab3fe1ac04588faca9735f25118 [diff] [blame] |
mention cPickle and cStringIO
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 4501a5b..368c6a4 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex
@@ -10,6 +10,10 @@ 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}