summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-21 02:29:19 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-21 02:29:19 (GMT)
commit08157f8db6e3b2f4170933217f127ab2d8f997c5 (patch)
treef06b29426c5b075e5c7c7fefdbc28b94b121cbf9 /Doc
parent24b1e75c1fcf2ab3fe1ac04588faca9735f25118 (diff)
downloadcpython-08157f8db6e3b2f4170933217f127ab2d8f997c5.zip
cpython-08157f8db6e3b2f4170933217f127ab2d8f997c5.tar.gz
cpython-08157f8db6e3b2f4170933217f127ab2d8f997c5.tar.bz2
mention cPickle and cStringIO
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libundoc.tex4
-rw-r--r--Doc/libundoc.tex4
2 files changed, 8 insertions, 0 deletions
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 @@ 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 4501a5b..368c6a4 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}