From 6904651ef0ac11f1de4222ab048c998555af1ae5 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 19 May 2008 20:06:09 +0000 Subject: [PATCH] Tweak status of merging C variants of modules. --- pep-3108.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index 14108b2eb..221107a06 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -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.