diff options
author | Guido van Rossum <guido@python.org> | 1997-03-03 16:03:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-03 16:03:05 (GMT) |
commit | 38e2ec4f145d6c0f960975467b4d7399628f55f4 (patch) | |
tree | 56d0f9ca1882e54d682096656da56b09bb18f9d2 /Doc/lib/libstrings.tex | |
parent | 3ff7317857f505cdba6df00a5b443e917a86b1b4 (diff) | |
download | cpython-38e2ec4f145d6c0f960975467b4d7399628f55f4.zip cpython-38e2ec4f145d6c0f960975467b4d7399628f55f4.tar.gz cpython-38e2ec4f145d6c0f960975467b4d7399628f55f4.tar.bz2 |
Added ref to StringIO docs.
Diffstat (limited to 'Doc/lib/libstrings.tex')
-rw-r--r-- | Doc/lib/libstrings.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index ea9a0999..ec4834b 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} |