From: Fred Drake Date: Sun, 12 Apr 1998 03:07:35 +0000 (+0000) Subject: Add cStringIO to the list of modules in the chapter. X-Git-Tag: v1.5.1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6d88ffaf9c86080e57d98a243ca5e17add1dacc;p=thirdparty%2FPython%2Fcpython.git Add cStringIO to the list of modules in the chapter. --- diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index e9b0bcb325b6..7294002cde23 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 e9b0bcb325b6..7294002cde23 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}