diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:20:36 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 03:20:36 +0000 |
commit | 178582e2a48dab04bb0a20b92d38a8280327dd6f (patch) | |
tree | 2500c452f479f73f042288801073a22f678f89ff /Lib/test/test_py3kwarn.py | |
parent | 72ccc40db5e595a7e643f1966f6ee674c5d81551 (diff) | |
download | cpython-git-178582e2a48dab04bb0a20b92d38a8280327dd6f.tar.gz |
FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r-- | Lib/test/test_py3kwarn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 8c84a11215..f3522bbbaf 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -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', |