summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-14 01:09:40 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-14 01:09:40 (GMT)
commitea785fb0cf7c675b1118fe19070fa6abf4993cd0 (patch)
tree43e930f0570b7ce2bba395fc84a968c6741e158e /Lib/test/test_py3kwarn.py
parent34721d56833932ccaaff6c6b0ff1bb9ffe8d20b4 (diff)
downloadcpython-ea785fb0cf7c675b1118fe19070fa6abf4993cd0.zip
cpython-ea785fb0cf7c675b1118fe19070fa6abf4993cd0.tar.gz
cpython-ea785fb0cf7c675b1118fe19070fa6abf4993cd0.tar.bz2
Rewrap some lines in test_py3kwarn.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r--Lib/test/test_py3kwarn.py17
1 files changed, 10 insertions, 7 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index ecd94c4..4dfc842 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -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')