The linuxaudidev module has been deprecated for removal in Python 3.0.

This commit is contained in:
Brett Cannon 2008-05-11 00:50:51 +00:00
parent 27508d4eb9
commit df0a717037
5 changed files with 10 additions and 2 deletions

View file

@ -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