mirror of
https://github.com/python/cpython.git
synced 2025-11-14 15:56:48 +00:00
remove references to cPickle
This commit is contained in:
parent
6d138f1f45
commit
b5314c6583
2 changed files with 4 additions and 9 deletions
|
|
@ -7,14 +7,12 @@
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
module: pickle
|
module: pickle
|
||||||
module: cPickle
|
|
||||||
module: copy
|
module: copy
|
||||||
|
|
||||||
The :mod:`copyreg` module provides support for the :mod:`pickle` and
|
The :mod:`copyreg` module provides support for the :mod:`pickle` module. The
|
||||||
:mod:`cPickle` modules. The :mod:`copy` module is likely to use this in the
|
:mod:`copy` module is likely to use this in the future as well. It provides
|
||||||
future as well. It provides configuration information about object constructors
|
configuration information about object constructors which are not classes.
|
||||||
which are not classes. Such constructors may be factory functions or class
|
Such constructors may be factory functions or class instances.
|
||||||
instances.
|
|
||||||
|
|
||||||
|
|
||||||
.. function:: constructor(object)
|
.. function:: constructor(object)
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,3 @@ object)::
|
||||||
Module :mod:`pickle`
|
Module :mod:`pickle`
|
||||||
Object serialization used by :mod:`shelve`.
|
Object serialization used by :mod:`shelve`.
|
||||||
|
|
||||||
Module :mod:`cPickle`
|
|
||||||
High-performance version of :mod:`pickle`.
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue