[Python-checkins] r43665 - in python/trunk: Lib/test/test_pty.py setup.py

anthony.baxter python-checkins at python.org
Wed Apr 5 19:30:39 CEST 2006


Author: anthony.baxter
Date: Wed Apr  5 19:30:38 2006
New Revision: 43665

Modified:
   python/trunk/Lib/test/test_pty.py
   python/trunk/setup.py
Log:
whitespace normalisation

Modified: python/trunk/Lib/test/test_pty.py
==============================================================================
--- python/trunk/Lib/test/test_pty.py	(original)
+++ python/trunk/Lib/test/test_pty.py	Wed Apr  5 19:30:38 2006
@@ -22,7 +22,7 @@
     # Some operating systems do conversions on newline.  We could possibly
     # fix that by doing the appropriate termios.tcsetattr()s.  I couldn't
     # figure out the right combo on Tru64 and I don't have an IRIX box.
-    # So just normalize the output and doc the problem O/Ses by allowing 
+    # So just normalize the output and doc the problem O/Ses by allowing
     # certain combinations for some platforms, but avoid allowing other
     # differences (like extra whitespace, trailing garbage, etc.)
 

Modified: python/trunk/setup.py
==============================================================================
--- python/trunk/setup.py	(original)
+++ python/trunk/setup.py	Wed Apr  5 19:30:38 2006
@@ -1042,15 +1042,15 @@
             carbon_kwds = {'extra_compile_args': carbon_extra_compile_args,
                            'extra_link_args': ['-framework', 'Carbon'],
                           }
-            CARBON_EXTS = ['ColorPicker', 'gestalt', 'MacOS', 'Nav', 
-                           'OSATerminology', 'icglue', 
+            CARBON_EXTS = ['ColorPicker', 'gestalt', 'MacOS', 'Nav',
+                           'OSATerminology', 'icglue',
                            # All these are in subdirs
-                           '_AE', '_AH', '_App', '_CarbonEvt', '_Cm', '_Ctl', 
+                           '_AE', '_AH', '_App', '_CarbonEvt', '_Cm', '_Ctl',
                            '_Dlg', '_Drag', '_Evt', '_File', '_Folder', '_Fm',
-                           '_Help', '_Icn', '_IBCarbon', '_List', 
-                           '_Menu', '_Mlte', '_OSA', '_Res', '_Qd', '_Qdoffs', 
+                           '_Help', '_Icn', '_IBCarbon', '_List',
+                           '_Menu', '_Mlte', '_OSA', '_Res', '_Qd', '_Qdoffs',
                            '_Scrap', '_Snd', '_TE', '_Win',
-                          ] 
+                          ]
             for name in CARBON_EXTS:
                 addMacExtension(name, carbon_kwds)
 


More information about the Python-checkins mailing list