Alexandre has handled the fast versions of StringIO and pickle
This commit is contained in:
parent
418751f718
commit
618b33c9e8
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue