mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Added test for Queue rename warning.
Added note to documentation about Queue rename.
This commit is contained in:
parent
cf537ff39e
commit
73812bf2a6
2 changed files with 3 additions and 1 deletions
|
@ -183,7 +183,7 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
|
||||
class TestStdlibRenames(unittest.TestCase):
|
||||
|
||||
renames = {'copy_reg': 'copyreg'}
|
||||
renames = {'copy_reg': 'copyreg', 'Queue': 'queue'}
|
||||
|
||||
def check_rename(self, module_name, new_module_name):
|
||||
"""Make sure that:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue