The mutex module has been deprecated for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-08 19:26:08 +00:00
parent 80bb9d92e3
commit 9d44182427
6 changed files with 26 additions and 3 deletions

View file

@ -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