File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 7
7
8
8
.. index ::
9
9
module: pickle
10
- module: cPickle
11
10
module: copy
12
11
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.
18
16
19
17
20
18
.. function :: constructor(object)
Original file line number Diff line number Diff line change @@ -175,6 +175,3 @@ object)::
175
175
Module :mod: `pickle `
176
176
Object serialization used by :mod: `shelve `.
177
177
178
- Module :mod: `cPickle `
179
- High-performance version of :mod: `pickle `.
180
-
You can’t perform that action at this time.
0 commit comments