Kaydet (Commit) 25ad76c9 authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Added test for copy_reg rename.

Added note to documentation about copy_reg rename.
üst 2ac747c0
......@@ -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
......
......@@ -183,7 +183,7 @@ class TestStdlibRemovals(unittest.TestCase):
class TestStdlibRenames(unittest.TestCase):
renames = {}
renames = {'copy_reg': 'copyreg'}
def check_rename(self, module_name, new_module_name):
"""Make sure that:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment