mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
The mutex module has been deprecated for removal in 3.0.
This commit is contained in:
parent
80bb9d92e3
commit
9d44182427
6 changed files with 26 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue