mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Add cStringIO to the list of modules in the chapter.
This commit is contained in:
parent
c303e67f3c
commit
d6d88ffaf9
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user