summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 20:05:43 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 20:05:43 (GMT)
commit9463de209293ebaec89f9a1fadde4bd036580d73 (patch)
treee91104f739e5c7a67468f9bcb1c3c24fcb7a6862 /Doc/lib/libundoc.tex
parent10032ebb48b4e9b8b2eb7c378d3a579da36204d6 (diff)
downloadcpython-9463de209293ebaec89f9a1fadde4bd036580d73.zip
cpython-9463de209293ebaec89f9a1fadde4bd036580d73.tar.gz
cpython-9463de209293ebaec89f9a1fadde4bd036580d73.tar.bz2
Document cPickle and cStringIO.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex11
1 files changed, 0 insertions, 11 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 601d750..99386fe 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -7,17 +7,6 @@ them! (The idea and most contents for this chapter were taken from a
posting by Fredrik Lundh; I have revised some modules' status.)
-\section{Fundamental, and pretty straightforward to document}
-
-\begin{description}
-\item[cPickle.c]
---- mostly the same as pickle but no subclassing
-
-\item[cStringIO.c]
---- mostly the same as StringIO but no subclassing
-\end{description}
-
-
\section{Frameworks; somewhat harder to document, but well worth the effort}
\begin{description}