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

benjamin.peterson python-checkins at python.org
Mon Jul 14 00:12:10 CEST 2008


Author: benjamin.peterson
Date: Mon Jul 14 00:12:10 2008
New Revision: 64932

Log:
Alexandre has handled the fast versions of StringIO and pickle

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon Jul 14 00:12:10 2008
@@ -692,7 +692,7 @@
 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 @@
   + 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.
 


More information about the Python-checkins mailing list