diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:15:14 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:15:14 +0000 |
commit | 80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876 (patch) | |
tree | fb283f3e2052729f7e1380f2b9c49b122d3fec05 /Lib/test/test_py3kwarn.py | |
parent | f8105ceec7c9e97dc46bde392f5e1e46ccc02d1a (diff) | |
download | cpython-git-80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876.tar.gz |
Deprecate the imputil 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 2850bf2b5b..0b0b92d8d6 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',) + all_platforms = ('audiodev', 'imputil') def check_removal(self, module_name): """Make sure the specified module, when imported, raises a |