Added ref to StringIO docs.

This commit is contained in:
Guido van Rossum 1997-03-03 16:03:05 +00:00
parent 3ff7317857
commit 38e2ec4f14
2 changed files with 6 additions and 0 deletions

View File

@ -17,4 +17,7 @@ manipulation operations. Here's an overview:
\item[struct]
--- Interpret strings as packed binary data.
\item[StringIO]
--- Read and write strings as if they were files.
\end{description}

View File

@ -17,4 +17,7 @@ manipulation operations. Here's an overview:
\item[struct]
--- Interpret strings as packed binary data.
\item[StringIO]
--- Read and write strings as if they were files.
\end{description}