mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Renamed the ConfigParser module to 'configparser'.
This commit is contained in:
parent
1b9df6862a
commit
e3a23c0734
4 changed files with 13 additions and 1 deletions
|
@ -203,7 +203,8 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
class TestStdlibRenames(unittest.TestCase):
|
||||
|
||||
renames = {'copy_reg': 'copyreg', 'Queue': 'queue',
|
||||
'SocketServer': 'socketserver'}
|
||||
'SocketServer': 'socketserver',
|
||||
'ConfigParser': 'configparser'}
|
||||
|
||||
def check_rename(self, module_name, new_module_name):
|
||||
"""Make sure that:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue