mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Document cPickle and cStringIO.
This commit is contained in:
parent
10032ebb48
commit
9463de2092
6 changed files with 68 additions and 22 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue