diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 20:36:09 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 20:36:09 (GMT) |
| commit | e3b1940eb9eedb752e23310a2b846cb91a970675 (patch) | |
| tree | a4f50e74016007ee243d850dffd1a851fa0d650a /Lib/test/test_py3kwarn.py | |
| parent | cae4f5f4ac8d107af3ee4877ea501ff27cd70192 (diff) | |
| download | cpython-e3b1940eb9eedb752e23310a2b846cb91a970675.zip cpython-e3b1940eb9eedb752e23310a2b846cb91a970675.tar.gz cpython-e3b1940eb9eedb752e23310a2b846cb91a970675.tar.bz2 | |
Deprecate the user module for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
| -rw-r--r-- | Lib/test/test_py3kwarn.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 TestPy3KWarnings(unittest.TestCase): 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 |
