Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6d88ff

Browse files
committed
Add cStringIO to the list of modules in the chapter.
1 parent c303e67 commit d6d88ff

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/lib/libstrings.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ \chapter{String Services}
2424
\item[StringIO]
2525
--- Read and write strings as if they were files.
2626

27+
\item[cStringIO]
28+
--- Faster version of \module{StringIO}, but not subclassable.
29+
2730
\end{description}

Doc/libstrings.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ \chapter{String Services}
2424
\item[StringIO]
2525
--- Read and write strings as if they were files.
2626

27+
\item[cStringIO]
28+
--- Faster version of \module{StringIO}, but not subclassable.
29+
2730
\end{description}

0 commit comments

Comments
 (0)