diff --git a/pep-3108.txt b/pep-3108.txt index 3b31a09c2..0f0dcbf80 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -692,7 +692,7 @@ 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 [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 @@ Issues`_ for a discussion on this. + 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.