diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:45:07 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:45:07 +0000 |
commit | 27508d4eb98fba5e092a742fc241760b5f796985 (patch) | |
tree | bf66a8d90d8120ce18999e4fdb6bd40c70b4f3f7 /Lib/test/test_py3kwarn.py | |
parent | 2bca21223900bb8cc24177ad593611e8b317d2bf (diff) | |
download | cpython-git-27508d4eb98fba5e092a742fc241760b5f796985.tar.gz |
Deprecate ihooks 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, 2 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 8c3c857fdd..3371697a00 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -129,7 +129,8 @@ class TestStdlibRemovals(unittest.TestCase): # test.testall not tested as it executes all unit tests as an # import side-effect. all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec', - 'Bastion', 'compiler', 'dircache', 'fpformat') + 'Bastion', 'compiler', 'dircache', 'fpformat', + 'ihooks') inclusive_platforms = {'irix':('pure',)} # XXX Don't know if lib-tk is only installed if _tkinter is built. optional_modules = ('bsddb185', 'Canvas', 'dl') |