mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue