commit | 9d4418242757f616ca7041409c7015e166b2c9f9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 08 19:26:08 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 08 19:26:08 2008 +0000 |
tree | b9c710661263d4a496a94b101ecb0ecf6d5ed897 | |
parent | 80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876 [diff] [blame] |
The mutex module has been deprecated for removal in 3.0.
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 0b0b92d..7e284e5 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') + all_platforms = ('audiodev', 'imputil', 'mutex') def check_removal(self, module_name): """Make sure the specified module, when imported, raises a