mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Revert the renaming of repr to reprlib.
This commit is contained in:
parent
778d5cc4fb
commit
2ee0e8eaec
16 changed files with 33 additions and 39 deletions
|
@ -218,7 +218,7 @@ class TestStdlibRenames(unittest.TestCase):
|
|||
renames = {'Queue': 'queue',
|
||||
'SocketServer': 'socketserver',
|
||||
'ConfigParser': 'configparser',
|
||||
'repr': 'reprlib'}
|
||||
}
|
||||
|
||||
def check_rename(self, module_name, new_module_name):
|
||||
"""Make sure that:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue