commit | 38e2ec4f145d6c0f960975467b4d7399628f55f4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Mar 03 16:03:05 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Mar 03 16:03:05 1997 +0000 |
tree | 56d0f9ca1882e54d682096656da56b09bb18f9d2 | |
parent | 3ff7317857f505cdba6df00a5b443e917a86b1b4 [diff] [blame] |
Added ref to StringIO docs.
diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index ea9a099..ec4834b 100644 --- a/Doc/lib/libstrings.tex +++ b/Doc/lib/libstrings.tex
@@ -17,4 +17,7 @@ \item[struct] --- Interpret strings as packed binary data. +\item[StringIO] +--- Read and write strings as if they were files. + \end{description}