mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Deprecated the mhlib module for removal in 3.0.
This commit is contained in:
parent
79964cf64f
commit
2a86913864
6 changed files with 15 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue