summaryrefslogtreecommitdiff
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-16 00:10:24 +0000
committerBrett Cannon <bcannon@gmail.com>2008-05-16 00:10:24 +0000
commit2224817cdf2dd1bfd3efd8a0498f0c996fbc133e (patch)
tree755216525dd7ba3befa1557ca8107ebf0729420a /Lib/test/test_py3kwarn.py
parent7b5151c1f69f164d38c5f4719f20f9723a9585e4 (diff)
downloadcpython-git-2224817cdf2dd1bfd3efd8a0498f0c996fbc133e.tar.gz
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r--Lib/test/test_py3kwarn.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index b35314f12f..2561f2a478 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -151,7 +151,9 @@ class TestStdlibRemovals(unittest.TestCase):
'Explorer', 'Finder', 'Netscape',
'StdSuites', 'SystemEvents', 'Terminal',
'cfmfile', 'bundlebuilder', 'buildtools',
- 'ColorPicker')}
+ 'ColorPicker'),
+ 'sunos5' : ('sunaudiodev', 'SUNAUDIODEV'),
+ }
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop',
'sv')