diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:20:19 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:20:19 (GMT) |
| commit | 7f874fce630605027adc4f44e89e84569353216a (patch) | |
| tree | f0e187f629741876f6de134f9918c66460d37a27 /Lib/test/test_py3kwarn.py | |
| parent | 0aa6e1b8fb8c3ae656518a7e319a5f697158e7bf (diff) | |
| download | cpython-7f874fce630605027adc4f44e89e84569353216a.zip cpython-7f874fce630605027adc4f44e89e84569353216a.tar.gz cpython-7f874fce630605027adc4f44e89e84569353216a.tar.bz2 | |
Deprecate the dl module for removal in 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 991d5cf..30f1668 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -132,7 +132,7 @@ class TestStdlibRemovals(unittest.TestCase): 'Bastion', 'compiler', 'dircache') inclusive_platforms = {'irix':('pure',)} # XXX Don't know if lib-tk is only installed if _tkinter is built. - optional_modules = ('bsddb185', 'Canvas') + optional_modules = ('bsddb185', 'Canvas', 'dl') def check_removal(self, module_name, optional=False): """Make sure the specified module, when imported, raises a |
