mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Renamed SocketServer to 'socketserver'.
Deprecated old name.
This commit is contained in:
parent
ed02e51ab2
commit
fb9ce65a91
4 changed files with 13 additions and 1 deletions
|
|
@ -182,7 +182,8 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
|
||||
class TestStdlibRenames(unittest.TestCase):
|
||||
|
||||
renames = {'copy_reg': 'copyreg', 'Queue': 'queue'}
|
||||
renames = {'copy_reg': 'copyreg', 'Queue': 'queue',
|
||||
'SocketServer': 'socketserver'}
|
||||
|
||||
def check_rename(self, module_name, new_module_name):
|
||||
"""Make sure that:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue