rest25/library/copy_reg.rst => rest262/library/copy_reg.rst
n1- 
2:mod:`copy_reg` --- Register :mod:`pickle` support functions
3============================================================
4
5.. module:: copy_reg
6   :synopsis: Register pickle support functions.
7
t7+.. note::
8+   The :mod:`copy_reg` module has been renamed to :mod:`copyreg` in Python 3.0.
9+   The :term:`2to3` tool will automatically adapt imports when converting your
10+   sources to 3.0.
8
9.. index::
10   module: pickle
11   module: cPickle
12   module: copy
13
14The :mod:`copy_reg` module provides support for the :mod:`pickle` and
15:mod:`cPickle` modules.  The :mod:`copy` module is likely to use this in the
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op