File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments