commit | d6d88ffaf9c86080e57d98a243ca5e17add1dacc | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sun Apr 12 03:07:35 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sun Apr 12 03:07:35 1998 +0000 |
tree | f94d225497a3a41e73627b2ee796ee95de5e884d | |
parent | c303e67f3cee645df6c0eac1453cedbb3d28b48c [diff] [blame] |
Add cStringIO to the list of modules in the chapter.
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 @@ \item[StringIO] --- Read and write strings as if they were files. +\item[cStringIO] +--- Faster version of \module{StringIO}, but not subclassable. + \end{description}