[Python-checkins] commit of r41858 - in python/trunk: Lib/test/test_descr.py setup.py

tim.peters python-checkins at python.org
Fri Dec 30 19:42:45 CET 2005


Author: tim.peters
Date: Fri Dec 30 19:42:42 2005
New Revision: 41858

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


Modified: python/trunk/Lib/test/test_descr.py
==============================================================================
--- python/trunk/Lib/test/test_descr.py	(original)
+++ python/trunk/Lib/test/test_descr.py	Fri Dec 30 19:42:42 2005
@@ -1664,7 +1664,7 @@
         pass
     else:
         raise TestFailed, "non-sequence mro() return not caught"
-        
+
 
 def overloading():
     if verbose: print "Testing operator overloading..."

Modified: python/trunk/setup.py
==============================================================================
--- python/trunk/setup.py	(original)
+++ python/trunk/setup.py	Fri Dec 30 19:42:42 2005
@@ -159,7 +159,7 @@
                     line = line.split()
                     remove_modules.append(line[0])
                 input.close()
-    
+
             for ext in self.extensions[:]:
                 if ext.name in remove_modules:
                     self.extensions.remove(ext)


More information about the Python-checkins mailing list