mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
This commit is contained in:
parent
72ccc40db5
commit
178582e2a4
7 changed files with 23 additions and 1 deletions
|
@ -133,7 +133,7 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
'ihooks', 'mhlib')
|
||||
inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb',
|
||||
'cdplayer', 'CL', 'cl', 'DEVICE', 'GL',
|
||||
'gl', 'ERRNO', 'FILE'),
|
||||
'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl'),
|
||||
'darwin' : ('autoGIL', 'Carbon', 'OSATerminology',
|
||||
'icglue', 'Nav', 'MacOS', 'aepack',
|
||||
'aetools', 'aetypes', 'applesingle',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue