diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-12 00:08:34 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-12 00:08:34 (GMT) |
| commit | 42bfa90f02f0055ea163df9103ebed873ee1dbb0 (patch) | |
| tree | 21b36e7ba36b42f58780624d900a5ca68d33a31f /Lib/test/test_py3kwarn.py | |
| parent | b61d801adbb7dd13ed1f2706fe537cae970bcfa6 (diff) | |
| download | cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.zip cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.tar.gz cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.tar.bz2 | |
Depreate imageop for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
| -rw-r--r-- | Lib/test/test_py3kwarn.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 85a772d..a4c24d4 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -132,8 +132,7 @@ class TestStdlibRemovals(unittest.TestCase): 'Bastion', 'compiler', 'dircache', 'fpformat', 'ihooks', 'mhlib') inclusive_platforms = {'irix':('pure',)} - # XXX Don't know if lib-tk is only installed if _tkinter is built. - optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev') + optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop') def check_removal(self, module_name, optional=False): """Make sure the specified module, when imported, raises a |
