mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +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
|
@ -1,8 +1,8 @@
|
|||
import mutex
|
||||
|
||||
import unittest
|
||||
import test.test_support
|
||||
|
||||
mutex = test.test_support.import_module("mutex", deprecated=True)
|
||||
|
||||
class MutexTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue