mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Whitespace normalization.
This commit is contained in:
parent
f805cd2c1f
commit
f2715e0764
26 changed files with 110 additions and 114 deletions
|
@ -214,4 +214,3 @@ def test_main(verbose=None):
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main(verbose=True)
|
||||
|
||||
|
|
|
@ -82,4 +82,3 @@ for prec in range(100):
|
|||
else:
|
||||
#print result
|
||||
pass
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ def path(path):
|
|||
return test_support.findfile(path)
|
||||
|
||||
testtar = path("testtar.tar")
|
||||
print testtar
|
||||
tempdir = path("testtar.dir")
|
||||
tempname = path("testtar.tmp")
|
||||
membercount = 10
|
||||
|
|
|
@ -258,4 +258,3 @@ def test_main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
||||
|
|
|
@ -506,4 +506,3 @@ if False:
|
|||
su = ut.TestSuite()
|
||||
su.addTest(ut.makeSuite(tz.CompressTestCase))
|
||||
ts.run_suite(su)
|
||||
|
||||
|
|
|
@ -172,4 +172,3 @@ x = -1*1/1 + 1*1 - ---1*1
|
|||
# selector
|
||||
import sys, time
|
||||
x = sys.modules['time'].time()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue