diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-09-05 18:33:51 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-09-05 18:33:51 (GMT) |
| commit | 32476fc5a8c1e4bdfab04ab09b254a3c833e5785 (patch) | |
| tree | 1ddd84d1817eec0dad96aae8ba8408db353b131a /Lib/test/test_py3kwarn.py | |
| parent | 6024834ed9887b47cfa798f20e99d5c941b97f24 (diff) | |
| download | cpython-32476fc5a8c1e4bdfab04ab09b254a3c833e5785.zip cpython-32476fc5a8c1e4bdfab04ab09b254a3c833e5785.tar.gz cpython-32476fc5a8c1e4bdfab04ab09b254a3c833e5785.tar.bz2 | |
Deprecate bsddb for removal in Python 3.0.
Closes issue 3776.
Review by Nick Coghlan.
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 7bfe1e5..780de74 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -305,7 +305,7 @@ class TestStdlibRemovals(unittest.TestCase): 'sunos5' : ('sunaudiodev', 'SUNAUDIODEV'), } optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop', - 'sv', 'cPickle') + 'sv', 'cPickle', 'bsddb', 'dbhash') def check_removal(self, module_name, optional=False): """Make sure the specified module, when imported, raises a |
