From d6d88ffaf9c86080e57d98a243ca5e17add1dacc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 12 Apr 1998 03:07:35 +0000 Subject: Add cStringIO to the list of modules in the chapter. --- Doc/lib/libstrings.tex | 3 +++ Doc/libstrings.tex | 3 +++ 2 files changed, 6 insertions(+) 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} -- cgit v0.12