Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5314c6

Browse files
committed
remove references to cPickle
1 parent 6d138f1 commit b5314c6

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

Doc/library/copyreg.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77

88
.. index::
99
module: pickle
10-
module: cPickle
1110
module: copy
1211

13-
The :mod:`copyreg` module provides support for the :mod:`pickle` and
14-
:mod:`cPickle` modules. The :mod:`copy` module is likely to use this in the
15-
future as well. It provides configuration information about object constructors
16-
which are not classes. Such constructors may be factory functions or class
17-
instances.
12+
The :mod:`copyreg` module provides support for the :mod:`pickle` module. The
13+
:mod:`copy` module is likely to use this in the future as well. It provides
14+
configuration information about object constructors which are not classes.
15+
Such constructors may be factory functions or class instances.
1816

1917

2018
.. function:: constructor(object)

Doc/library/shelve.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,3 @@ object)::
175175
Module :mod:`pickle`
176176
Object serialization used by :mod:`shelve`.
177177

178-
Module :mod:`cPickle`
179-
High-performance version of :mod:`pickle`.
180-

0 commit comments

Comments
 (0)