commit | fb9ce65a91d674b1a80174c70a025aee83783388 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Mon May 12 01:37:10 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Mon May 12 01:37:10 2008 +0000 |
tree | 36913a12179421b3cf2ce9b1d709e2a7e150d19c | |
parent | ed02e51ab2ca94d83a4b400c7186a51047bf3a29 [diff] [blame] |
Renamed SocketServer to 'socketserver'. Deprecated old name.
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index a4c24d4..ef4d0b9 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py
@@ -182,7 +182,8 @@ 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: