summaryrefslogtreecommitdiffstats
path: root/Doc/library/copyreg.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-13 21:06:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-13 21:06:19 (GMT)
commitff23703eecba7beb709d4f88501de8f506f92338 (patch)
tree752beb57494b55edd547674b00100ac4e48f1d52 /Doc/library/copyreg.rst
parent4205a22308eb1f8f0b819f8bcff88c2e7f53abf4 (diff)
downloadcpython-ff23703eecba7beb709d4f88501de8f506f92338.zip
cpython-ff23703eecba7beb709d4f88501de8f506f92338.tar.gz
cpython-ff23703eecba7beb709d4f88501de8f506f92338.tar.bz2
Merged revisions 76812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76812 | benjamin.peterson | 2009-12-13 15:04:16 -0600 (Sun, 13 Dec 2009) | 1 line remove references to cPickle ........
Diffstat (limited to 'Doc/library/copyreg.rst')
-rw-r--r--Doc/library/copyreg.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/library/copyreg.rst b/Doc/library/copyreg.rst
index f6dbaaf..a2d316e 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)