diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index e954a0fb2aa..d6127662e2f 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -1664,7 +1664,7 @@ def mro(self): pass else: raise TestFailed, "non-sequence mro() return not caught" - + def overloading(): if verbose: print "Testing operator overloading..." diff --git a/setup.py b/setup.py index 795686665bb..22f25308a66 100644 --- a/setup.py +++ b/setup.py @@ -159,7 +159,7 @@ def build_extensions(self): 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)