mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Add warnings to and deprecated all those Mac modules
This commit is contained in:
parent
f9b54c2411
commit
236819310d
59 changed files with 286 additions and 11 deletions
|
|
@ -131,7 +131,19 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
|
||||
'Bastion', 'compiler', 'dircache', 'fpformat',
|
||||
'ihooks', 'mhlib')
|
||||
inclusive_platforms = {'irix':('pure',)}
|
||||
inclusive_platforms = {'irix' : ('pure',),
|
||||
'darwin' : ('autoGIL', 'Carbon', 'OSATerminology',
|
||||
'icglue', 'Nav', 'MacOS', 'aepack', 'aetools'
|
||||
'aetypes', 'applesingle', 'appletrawmain',
|
||||
'appletrunner', 'argvemulator', 'bgenlocations',
|
||||
'EasyDialogs', 'macerrors', 'macostools',
|
||||
'findertools', 'FrameWork', 'ic',
|
||||
'gensuitemodule', 'icopen', 'macresource',
|
||||
'MiniAEFrame', 'pimp', 'PixMapWrapper',
|
||||
'terminalcommand', 'videoreader', '_builtinSuites',
|
||||
'CodeWarrior', 'Explorer', 'Finder', 'Netscape',
|
||||
'StdSuites', 'SystemEvents', 'Terminal', 'cfmfile',
|
||||
'bundlebuilder', 'buildtools', 'ColorPicker')}
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop',
|
||||
'sv')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue