From: Benjamin Peterson Date: Sun, 13 Dec 2009 21:04:16 +0000 (+0000) Subject: remove references to cPickle X-Git-Tag: v3.2a1~2036 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5314c6583b0500f09c54693ea37d7a7f89c2bdf;p=python remove references to cPickle --- diff --git a/Doc/library/copyreg.rst b/Doc/library/copyreg.rst index f6dbaaf745..a2d316e952 100644 --- a/Doc/library/copyreg.rst +++ b/Doc/library/copyreg.rst @@ -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) diff --git a/Doc/library/shelve.rst b/Doc/library/shelve.rst index 7e4d7d9509..659811a296 100644 --- a/Doc/library/shelve.rst +++ b/Doc/library/shelve.rst @@ -175,6 +175,3 @@ object):: Module :mod:`pickle` Object serialization used by :mod:`shelve`. - Module :mod:`cPickle` - High-performance version of :mod:`pickle`. -