mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
This commit is contained in:
parent
3a1693a989
commit
044616aa24
8 changed files with 30 additions and 2 deletions
|
@ -132,7 +132,8 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
'Bastion', 'compiler', 'dircache', 'fpformat',
|
||||
'ihooks', 'mhlib')
|
||||
inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb',
|
||||
'cdplayer', 'CL', 'cl'),
|
||||
'cdplayer', 'CL', 'cl', 'DEVICE', 'GL',
|
||||
'gl'),
|
||||
'darwin' : ('autoGIL', 'Carbon', 'OSATerminology',
|
||||
'icglue', 'Nav', 'MacOS', 'aepack',
|
||||
'aetools', 'aetypes', 'applesingle',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue