Tweak status of merging C variants of modules.

This commit is contained in:
Brett Cannon 2008-05-19 20:06:09 +00:00
parent 3f75c56b9c
commit 6904651ef0
1 changed files with 3 additions and 3 deletions

View File

@ -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.