mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added test for copy_reg rename.
Added note to documentation about copy_reg rename.
This commit is contained in:
parent
2ac747c05a
commit
25ad76c91d
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue