commit | 95d97c7390beb72083dac5a801cadfb4c1379fe5 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Fri May 16 06:37:57 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Fri May 16 06:37:57 2008 +0000 |
tree | c8d721828711e47fa02081e2a71768ad68799fd7 | |
parent | 5915a4dcfebf74d0a2c99848ede619f5bf7d2899 [diff] [blame] |
Renamed the repr module to reprlib. Added stub module for repr.
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 6864dae..857810a 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py
@@ -210,7 +210,9 @@ 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: