commit | e3b1940eb9eedb752e23310a2b846cb91a970675 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:36:09 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:36:09 2008 +0000 |
tree | a4f50e74016007ee243d850dffd1a851fa0d650a | |
parent | cae4f5f4ac8d107af3ee4877ea501ff27cd70192 [diff] [blame] |
Deprecate the user module for removal in 3.0.
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 7e284e5..ab8e316 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py
@@ -126,7 +126,7 @@ class TestStdlibRemovals(unittest.TestCase): - all_platforms = ('audiodev', 'imputil', 'mutex') + all_platforms = ('audiodev', 'imputil', 'mutex', 'user') def check_removal(self, module_name): """Make sure the specified module, when imported, raises a