]> granicus.if.org Git - python/commitdiff
Rewrap some lines in test_py3kwarn.
authorBrett Cannon <bcannon@gmail.com>
Wed, 14 May 2008 01:09:40 +0000 (01:09 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 14 May 2008 01:09:40 +0000 (01:09 +0000)
Lib/test/test_py3kwarn.py

index ecd94c41eb221e21c8afaf26bef2660be5c5929c..4dfc84257816483580a42f34d4590959bf905357 100644 (file)
@@ -133,17 +133,20 @@ class TestStdlibRemovals(unittest.TestCase):
                         'ihooks', 'mhlib')
     inclusive_platforms = {'irix' : ('pure', 'AL', 'al'),
                           'darwin' : ('autoGIL', 'Carbon', 'OSATerminology',
-                                      'icglue', 'Nav', 'MacOS', 'aepack', 'aetools',
-                                      'aetypes', 'applesingle', 'appletrawmain',
-                                      'appletrunner', 'argvemulator', 'bgenlocations',
+                                      'icglue', 'Nav', 'MacOS', 'aepack',
+                                      'aetools', 'aetypes', 'applesingle',
+                                      'appletrawmain', 'appletrunner',
+                                      'argvemulator', 'bgenlocations',
                                       'EasyDialogs', 'macerrors', 'macostools',
                                       'findertools', 'FrameWork', 'ic',
                                       'gensuitemodule', 'icopen', 'macresource',
                                       'MiniAEFrame', 'pimp', 'PixMapWrapper',
-                                      'terminalcommand', 'videoreader', '_builtinSuites',
-                                      'CodeWarrior', 'Explorer', 'Finder', 'Netscape',
-                                      'StdSuites', 'SystemEvents', 'Terminal', 'cfmfile',
-                                      'bundlebuilder', 'buildtools', 'ColorPicker')}
+                                      'terminalcommand', 'videoreader',
+                                      '_builtinSuites', 'CodeWarrior',
+                                      'Explorer', 'Finder', 'Netscape',
+                                      'StdSuites', 'SystemEvents', 'Terminal',
+                                      'cfmfile', 'bundlebuilder', 'buildtools',
+                                      'ColorPicker')}
     optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop',
                         'sv')