[Python-checkins] r63471 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Mon May 19 22:06:09 CEST 2008


Author: brett.cannon
Date: Mon May 19 22:06:09 2008
New Revision: 63471

Log:
Tweak status of merging C variants of modules.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 19 22:06:09 2008
@@ -700,17 +700,17 @@
 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.
 


More information about the Python-checkins mailing list