Deprecated the mhlib module for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-11 03:01:47 +00:00
parent 79964cf64f
commit 2a86913864
6 changed files with 15 additions and 4 deletions

View file

@ -130,7 +130,7 @@ class TestStdlibRemovals(unittest.TestCase):
# import side-effect.
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
'Bastion', 'compiler', 'dircache', 'fpformat',
'ihooks')
'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')