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