]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Wed, 20 Apr 2005 17:45:13 +0000 (17:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 20 Apr 2005 17:45:13 +0000 (17:45 +0000)
Lib/test/test_compiler.py
Lib/test/test_parser.py
Mac/OSX/Doc/setup.py

index d9a3cb8ee911701ec54408437df275da110da470..32302a19c22f45b755b8629e05889bdd2b03e760 100644 (file)
@@ -35,7 +35,7 @@ class CompilerTest(unittest.TestCase):
 
     def testNewClassSyntax(self):
         compiler.compile("class foo():pass\n\n","<string>","exec")
-        
+
     def testLineNo(self):
         # Test that all nodes except Module have a correct lineno attribute.
         filename = __file__
index bd81aca2170693e071d0f2eca475e4f5f10fc665..205c4065d8c04a20ad7898dc66fa737aa02cd0b7 100644 (file)
@@ -129,7 +129,7 @@ class RoundtripLegalSyntaxTestCase(unittest.TestCase):
 
     def test_class_defs(self):
         self.check_suite("class foo():pass")
-        
+
     def test_import_from_statement(self):
         self.check_suite("from sys.path import *")
         self.check_suite("from sys.path import dirname")
index ee17226ca5539b84c3f4fea0324bf025b457dec9..bd86a20a8386421148297056e7919d282e6af195 100644 (file)
@@ -57,7 +57,7 @@ class DocBuild(build):
                 (self.doc_version,self.doc_version)
         tarfile = 'html-%s.tar.bz2' % self.doc_version
         dirname = 'Python-Docs-%s' % self.doc_version
-        
+
         if os.path.exists(self.build_html):
             raise RuntimeError, '%s: already exists, please remove and try again' % self.build_html
         os.chdir(self.build_base)