diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-09 05:18:40 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-09 05:18:40 (GMT) |
| commit | d7265d64831f870f46b7c61244b2c86dc803f292 (patch) | |
| tree | 7c16633c07b27002f987e70296ade6c1b26a0601 /Lib/test/test_py3kwarn.py | |
| parent | d03238a6473cbf5d81d9d99c71e1bab36c3455d8 (diff) | |
| download | cpython-d7265d64831f870f46b7c61244b2c86dc803f292.zip cpython-d7265d64831f870f46b7c61244b2c86dc803f292.tar.gz cpython-d7265d64831f870f46b7c61244b2c86dc803f292.tar.bz2 | |
Deprecate the new 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 dd7c765..0933382 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', 'user') + all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new') def check_removal(self, module_name): """Make sure the specified module, when imported, raises a |
