Renamed the repr module to reprlib.

Added stub module for repr.
This commit is contained in:
Alexandre Vassalotti 2008-05-16 06:37:57 +00:00
parent 5915a4dcfe
commit 95d97c7390
4 changed files with 13 additions and 1 deletions

View file

@ -210,7 +210,9 @@ class TestStdlibRenames(unittest.TestCase):
renames = {'copy_reg': 'copyreg', 'Queue': 'queue',
'SocketServer': 'socketserver',
'ConfigParser': 'configparser'}
'ConfigParser': 'configparser',
'repr': 'reprlib',
}
def check_rename(self, module_name, new_module_name):
"""Make sure that: