n | |
| :mod:`copy_reg` --- Register :mod:`pickle` support functions |
| ============================================================ |
| |
| .. module:: copy_reg |
| :synopsis: Register pickle support functions. |
| |
t | .. note:: |
| The :mod:`copy_reg` module has been renamed to :mod:`copyreg` in Python 3.0. |
| The :term:`2to3` tool will automatically adapt imports when converting your |
| sources to 3.0. |
| |
| .. index:: |
| module: pickle |
| module: cPickle |
| module: copy |
| |
| The :mod:`copy_reg` module provides support for the :mod:`pickle` and |
| :mod:`cPickle` modules. The :mod:`copy` module is likely to use this in the |