Added test for copy_reg rename.

Added note to documentation about copy_reg rename.
This commit is contained in:
Alexandre Vassalotti 2008-05-11 09:01:51 +00:00
parent 2ac747c05a
commit 25ad76c91d
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@
.. module:: copy_reg
:synopsis: Register pickle support functions.
.. note::
The :mod:`copy_reg` module has been renamed to `copyreg` in Python 3.0.
.. index::
module: pickle