]> granicus.if.org Git - python/commitdiff
remove references to cPickle
authorBenjamin Peterson <benjamin@python.org>
Sun, 13 Dec 2009 21:04:16 +0000 (21:04 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 13 Dec 2009 21:04:16 +0000 (21:04 +0000)
Doc/library/copyreg.rst
Doc/library/shelve.rst

index f6dbaaf7457bb15cc5ce522bb0910b698ff332da..a2d316e95229cdcde980ab45d94aa16ed584a6af 100644 (file)
@@ -7,14 +7,12 @@
 
 .. index::
    module: pickle
-   module: cPickle
    module: copy
 
-The :mod:`copyreg` module provides support for the :mod:`pickle` and
-:mod:`cPickle` modules.  The :mod:`copy` module is likely to use this in the
-future as well.  It provides configuration information about object constructors
-which are not classes.  Such constructors may be factory functions or class
-instances.
+The :mod:`copyreg` module provides support for the :mod:`pickle` module.  The
+:mod:`copy` module is likely to use this in the future as well.  It provides
+configuration information about object constructors which are not classes.
+Such constructors may be factory functions or class instances.
 
 
 .. function:: constructor(object)
index 7e4d7d9509f2ff4d441a48634f9cc9ea7aa093bc..659811a296155ad95386ac166009bb58dc4ab2b8 100644 (file)
@@ -175,6 +175,3 @@ object)::
    Module :mod:`pickle`
       Object serialization used by :mod:`shelve`.
 
-   Module :mod:`cPickle`
-      High-performance version of :mod:`pickle`.
-