diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-11 00:50:51 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-11 00:50:51 (GMT) |
| commit | df0a7170378f8fe22589e5fa3ec4f703b2e09d60 (patch) | |
| tree | a40ac176ed1e2ed07a1a02804665e4cf88160ad3 /Lib/test/test_py3kwarn.py | |
| parent | 27508d4eb98fba5e092a742fc241760b5f796985 (diff) | |
| download | cpython-df0a7170378f8fe22589e5fa3ec4f703b2e09d60.zip cpython-df0a7170378f8fe22589e5fa3ec4f703b2e09d60.tar.gz cpython-df0a7170378f8fe22589e5fa3ec4f703b2e09d60.tar.bz2 | |
The linuxaudidev module has been deprecated for removal in Python 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
| -rw-r--r-- | Lib/test/test_py3kwarn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 3371697..6835fa8 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -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 |
