Deprecate the dircache module for 3.0.

This commit is contained in:
Brett Cannon 2008-05-10 21:12:57 +00:00
parent 10f5db6424
commit 0aa6e1b8fb
5 changed files with 19 additions and 5 deletions

View file

@ -129,7 +129,7 @@ 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')
'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')