]> granicus.if.org Git - python/commitdiff
Add cStringIO to the list of modules in the chapter.
authorFred Drake <fdrake@acm.org>
Sun, 12 Apr 1998 03:07:35 +0000 (03:07 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 12 Apr 1998 03:07:35 +0000 (03:07 +0000)
Doc/lib/libstrings.tex
Doc/libstrings.tex

index e9b0bcb325b6225f1f24178386b246b61975b5f7..7294002cde2350208ac6216b3f6a69adde6a7afa 100644 (file)
@@ -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}
index e9b0bcb325b6225f1f24178386b246b61975b5f7..7294002cde2350208ac6216b3f6a69adde6a7afa 100644 (file)
@@ -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}