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

Skip to content

Commit 08157f8

Browse files
committed
mention cPickle and cStringIO
1 parent 24b1e75 commit 08157f8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ \section{Fundamental, and pretty straightforward to document}
1010

1111
ni.py -- New import scheme with package support
1212

13+
cPickle.c -- mostly the same as pickle but no subclassing
14+
15+
cStringIO.c -- mostly the same as StringIO but no subclassing
16+
1317

1418
\section{Frameworks; somewhat harder to document, but
1519
well worth the effort}

Doc/libundoc.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ \section{Fundamental, and pretty straightforward to document}
1010

1111
ni.py -- New import scheme with package support
1212

13+
cPickle.c -- mostly the same as pickle but no subclassing
14+
15+
cStringIO.c -- mostly the same as StringIO but no subclassing
16+
1317

1418
\section{Frameworks; somewhat harder to document, but
1519
well worth the effort}

0 commit comments

Comments
 (0)