mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Deprecate the user module for removal in 3.0.
This commit is contained in:
parent
cae4f5f4ac
commit
e3b1940eb9
4 changed files with 8 additions and 1 deletions
|
@ -126,7 +126,7 @@ class TestPy3KWarnings(unittest.TestCase):
|
|||
|
||||
class TestStdlibRemovals(unittest.TestCase):
|
||||
|
||||
all_platforms = ('audiodev', 'imputil', 'mutex')
|
||||
all_platforms = ('audiodev', 'imputil', 'mutex', 'user')
|
||||
|
||||
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