mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
The linuxaudidev module has been deprecated for removal in Python 3.0.
This commit is contained in:
parent
27508d4eb9
commit
df0a717037
5 changed files with 10 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
'ihooks')
|
||||
inclusive_platforms = {'irix':('pure',)}
|
||||
# XXX Don't know if lib-tk is only installed if _tkinter is built.
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl')
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev')
|
||||
|
||||
def check_removal(self, module_name, optional=False):
|
||||
"""Make sure the specified module, when imported, raises a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue