mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Deprecate the new module for removal in 3.0.
This commit is contained in:
parent
d03238a647
commit
d7265d6483
5 changed files with 13 additions and 5 deletions
|
@ -126,7 +126,7 @@ class TestPy3KWarnings(unittest.TestCase):
|
|||
|
||||
class TestStdlibRemovals(unittest.TestCase):
|
||||
|
||||
all_platforms = ('audiodev', 'imputil', 'mutex', 'user')
|
||||
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new')
|
||||
|
||||
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