mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
mention cPickle and cStringIO
This commit is contained in:
parent
24b1e75c1f
commit
08157f8db6
2 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,10 @@ posting by Fredrik Lundh; I have revised some modules' status.)
|
|||
|
||||
ni.py -- New import scheme with package support
|
||||
|
||||
cPickle.c -- mostly the same as pickle but no subclassing
|
||||
|
||||
cStringIO.c -- mostly the same as StringIO but no subclassing
|
||||
|
||||
|
||||
\section{Frameworks; somewhat harder to document, but
|
||||
well worth the effort}
|
||||
|
|
|
@ -10,6 +10,10 @@ posting by Fredrik Lundh; I have revised some modules' status.)
|
|||
|
||||
ni.py -- New import scheme with package support
|
||||
|
||||
cPickle.c -- mostly the same as pickle but no subclassing
|
||||
|
||||
cStringIO.c -- mostly the same as StringIO but no subclassing
|
||||
|
||||
|
||||
\section{Frameworks; somewhat harder to document, but
|
||||
well worth the effort}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue