diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 19:26:08 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 19:26:08 +0000 |
commit | 9d4418242757f616ca7041409c7015e166b2c9f9 (patch) | |
tree | b9c710661263d4a496a94b101ecb0ecf6d5ed897 /Lib/test/test_py3kwarn.py | |
parent | 80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876 (diff) | |
download | cpython-git-9d4418242757f616ca7041409c7015e166b2c9f9.tar.gz |
The mutex module has been deprecated 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 0b0b92d8d6..7e284e5a3f 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') + all_platforms = ('audiodev', 'imputil', 'mutex') def check_removal(self, module_name): """Make sure the specified module, when imported, raises a |