From: Guido van Rossum Date: Mon, 3 Mar 1997 16:03:05 +0000 (+0000) Subject: Added ref to StringIO docs. X-Git-Tag: v1.5a1~314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38e2ec4f145d6c0f960975467b4d7399628f55f4;p=thirdparty%2FPython%2Fcpython.git Added ref to StringIO docs. --- diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index ea9a099966df..ec4834b8c410 100644 --- a/Doc/lib/libstrings.tex +++ b/Doc/lib/libstrings.tex @@ -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} diff --git a/Doc/libstrings.tex b/Doc/libstrings.tex index ea9a099966df..ec4834b8c410 100644 --- a/Doc/libstrings.tex +++ b/Doc/libstrings.tex @@ -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}