mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
deprecated mimetools
This commit is contained in:
parent
ffae306784
commit
a03722f278
5 changed files with 12 additions and 3 deletions
|
@ -197,7 +197,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', 'dircache', 'fpformat',
|
||||
'Bastion', 'compiler', 'dircache', 'mimetools', 'fpformat',
|
||||
'ihooks', 'mhlib', 'statvfs', 'htmllib', 'sgmllib')
|
||||
inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb',
|
||||
'cdplayer', 'CL', 'cl', 'DEVICE', 'GL',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue