Alexandre has handled the fast versions of StringIO and pickle

This commit is contained in:
Benjamin Peterson 2008-07-13 22:12:10 +00:00
parent 418751f718
commit 618b33c9e8
1 changed files with 2 additions and 2 deletions

View File

@ -692,7 +692,7 @@ is an externally maintained module and thus is not under the direct
control of the Python development team for renaming. See `Open
Issues`_ for a discussion on this.
* pickle/cPickle [done: cPickle gone (need accelerated version)]
* pickle/cPickle [done: cPickle gone and accelerated version added]
+ Rename cPickle to _pickle.
+ Semantic completeness of C implementation *not* verified.
@ -702,7 +702,7 @@ Issues`_ for a discussion on this.
+ Rename cProfile to _profile.
+ Semantic completeness of C implementation *not* verified.
* StringIO/cStringIO [done: cStringIO gone (need accelerated version)]
* StringIO/cStringIO [done: cStringIO gone and accelerated version added]
+ Add the class to the 'io' module.