Document cPickle and cStringIO.

This commit is contained in:
Fred Drake 1998-04-11 20:05:43 +00:00
parent 10032ebb48
commit 9463de2092
6 changed files with 68 additions and 22 deletions

View file

@ -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}