Commit d6d88ffa authored by Fred Drake's avatar Fred Drake

Add cStringIO to the list of modules in the chapter.

parent c303e67f
......@@ -24,4 +24,7 @@ manipulation operations. Here's an overview:
\item[StringIO]
--- Read and write strings as if they were files.
\item[cStringIO]
--- Faster version of \module{StringIO}, but not subclassable.
\end{description}
......@@ -24,4 +24,7 @@ manipulation operations. Here's an overview:
\item[StringIO]
--- Read and write strings as if they were files.
\item[cStringIO]
--- Faster version of \module{StringIO}, but not subclassable.
\end{description}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment