From: Ezio Melotti Date: Thu, 31 Dec 2009 13:27:41 +0000 (+0000) Subject: indentation and further alignment with py3k X-Git-Tag: v2.7a2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=763f1e8d320aeb0c2f08d45625c49c852f2457a1;p=python indentation and further alignment with py3k --- diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py index e41c0accc2..27591b78b5 100644 --- a/Lib/test/test_zipfile.py +++ b/Lib/test/test_zipfile.py @@ -562,10 +562,10 @@ class PyZipFileTests(unittest.TestCase): os.mkdir(TESTFN2) try: with open(os.path.join(TESTFN2, "mod1.py"), "w") as fp: - fp.write("print 42\n") + fp.write("print(42)\n") with open(os.path.join(TESTFN2, "mod2.py"), "w") as fp: - fp.write("print 42 * 42\n") + fp.write("print(42 * 42)\n") with open(os.path.join(TESTFN2, "mod2.txt"), "w") as fp: fp.write("bla bla bla\n") @@ -869,7 +869,7 @@ class TestsWithRandomBinaryFiles(unittest.TestCase): def setUp(self): datacount = randint(16, 64)*1024 + randint(1, 1024) self.data = ''.join(struct.pack('