diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-12 03:07:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-12 03:07:35 (GMT) |
commit | d6d88ffaf9c86080e57d98a243ca5e17add1dacc (patch) | |
tree | f94d225497a3a41e73627b2ee796ee95de5e884d /Doc | |
parent | c303e67f3cee645df6c0eac1453cedbb3d28b48c (diff) | |
download | cpython-d6d88ffaf9c86080e57d98a243ca5e17add1dacc.zip cpython-d6d88ffaf9c86080e57d98a243ca5e17add1dacc.tar.gz cpython-d6d88ffaf9c86080e57d98a243ca5e17add1dacc.tar.bz2 |
Add cStringIO to the list of modules in the chapter.
Diffstat (limited to 'Doc')
-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 e9b0bcb..7294002 100644 --- a/Doc/lib/libstrings.tex +++ b/Doc/lib/libstrings.tex @@ -24,4 +24,7 @@ manipulation operations. Here's an overview: \item[StringIO] --- Read and write strings as if they were files. +\item[cStringIO] +--- Faster version of \module{StringIO}, but not subclassable. + \end{description} diff --git a/Doc/libstrings.tex b/Doc/libstrings.tex index e9b0bcb..7294002 100644 --- a/Doc/libstrings.tex +++ b/Doc/libstrings.tex @@ -24,4 +24,7 @@ manipulation operations. Here's an overview: \item[StringIO] --- Read and write strings as if they were files. +\item[cStringIO] +--- Faster version of \module{StringIO}, but not subclassable. + \end{description} |