[Python-checkins] r47166 - in python/trunk: Lib/test/test_subprocess.py setup.py

tim.peters python-checkins at python.org
Fri Jun 30 08:18:40 CEST 2006


Author: tim.peters
Date: Fri Jun 30 08:18:39 2006
New Revision: 47166

Modified:
   python/trunk/Lib/test/test_subprocess.py
   python/trunk/setup.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_subprocess.py
==============================================================================
--- python/trunk/Lib/test/test_subprocess.py	(original)
+++ python/trunk/Lib/test/test_subprocess.py	Fri Jun 30 08:18:39 2006
@@ -28,13 +28,13 @@
 
 class ProcessTestCase(unittest.TestCase):
     def setUp(self):
-	# Try to minimize the number of children we have so this test
-	# doesn't crash on some buildbots (Alphas in particular).
+        # Try to minimize the number of children we have so this test
+        # doesn't crash on some buildbots (Alphas in particular).
         test_support.reap_children()
 
     def tearDown(self):
-	# Try to minimize the number of children we have so this test
-	# doesn't crash on some buildbots (Alphas in particular).
+        # Try to minimize the number of children we have so this test
+        # doesn't crash on some buildbots (Alphas in particular).
         test_support.reap_children()
 
     def mkstemp(self):

Modified: python/trunk/setup.py
==============================================================================
--- python/trunk/setup.py	(original)
+++ python/trunk/setup.py	Fri Jun 30 08:18:39 2006
@@ -653,7 +653,7 @@
                 std_variants.append(os.path.join(dn, "db3%d"%x))
                 std_variants.append(os.path.join(dn, "db3.%d"%x))
 
-        db_inc_paths = std_variants + db_inc_paths 
+        db_inc_paths = std_variants + db_inc_paths
 
 
         db_ver_inc_map = {}


More information about the Python-checkins mailing list