diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:41:55 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:41:55 (GMT) |
commit | d8c41ecc1770d6661273a56cf77c177fb6291b30 (patch) | |
tree | f6309c3aae46b3c360932544fea8ea07b421f7ce /Lib/test/test_py3kwarn.py | |
parent | 6328b297dc9155f2a9e9ae535580dd685dcc24e0 (diff) | |
download | cpython-d8c41ecc1770d6661273a56cf77c177fb6291b30.zip cpython-d8c41ecc1770d6661273a56cf77c177fb6291b30.tar.gz cpython-d8c41ecc1770d6661273a56cf77c177fb6291b30.tar.bz2 |
Deprecate IOCTL from IRIX for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r-- | Lib/test/test_py3kwarn.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 9964ad5..f8e3961 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -134,7 +134,8 @@ class TestStdlibRemovals(unittest.TestCase): inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', 'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', 'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl', - 'fm', 'GET', 'GLWS', 'imgfile', 'IN'), + 'fm', 'GET', 'GLWS', 'imgfile', 'IN', + 'IOCTL'), 'darwin' : ('autoGIL', 'Carbon', 'OSATerminology', 'icglue', 'Nav', 'MacOS', 'aepack', 'aetools', 'aetypes', 'applesingle', |