Roger E. Masse
"""
-from test.test_support import verbose, unlink, findfile
+from test.test_support import verbose, unlink, findfile, import_module
-import imgfile, uu
+imgfile = import_module('imgfile', deprecated=True)
+import uu
def testimage(name):
inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb',
'cdplayer', 'CL', 'cl', 'DEVICE', 'GL',
'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl',
- 'fm', 'GET', 'GLWS'),
+ 'fm', 'GET', 'GLWS', 'imgfile'),
'darwin' : ('autoGIL', 'Carbon', 'OSATerminology',
'icglue', 'Nav', 'MacOS', 'aepack',
'aetools', 'aetypes', 'applesingle',
Library
-------
+- The imgfile module from IRIX has been deprecated for removal in Python 3.0.
+
- The GLWS module from IRIX has been deprecated for removal in Python 3.0.
- The GET module from IRIX has been deprecated for removal in Python 3.0.