Add cStringIO to the list of modules in the chapter.

This commit is contained in:
Fred Drake 1998-04-12 03:07:35 +00:00
parent c303e67f3c
commit d6d88ffaf9
2 changed files with 6 additions and 0 deletions

View File

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

View File

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