Tweak status of merging C variants of modules.
This commit is contained in:
parent
3f75c56b9c
commit
6904651ef0
|
@ -700,17 +700,17 @@ 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 (TODO/verify)
|
||||
* pickle/cPickle [done: cPickle gone (need accelerated version)]
|
||||
|
||||
+ Rename cPickle to _pickle.
|
||||
+ Semantic completeness of C implementation *not* verified.
|
||||
|
||||
* profile/cProfile (TODO/verify)
|
||||
* profile/cProfile (TODO)
|
||||
|
||||
+ Rename cProfile to _profile.
|
||||
+ Semantic completeness of C implementation *not* verified.
|
||||
|
||||
* StringIO/cStringIO (TODO/verify)
|
||||
* StringIO/cStringIO [done: cStringIO gone (need accelerated version)]
|
||||
|
||||
+ Add the class to the 'io' module.
|
||||
|
||||
|
|
Loading…
Reference in New Issue