Whitespace normalization.

This commit is contained in:
Tim Peters 2002-05-23 15:15:30 +00:00
parent f655328483
commit 8ac1495a6a
20 changed files with 100 additions and 101 deletions

View file

@ -68,7 +68,7 @@ def test(method, input, output, *args):
exc = sys.exc_info()[:2]
if value is input:
if verbose:
print 'no'
print 'no'
print '*',f, `input`, `output`, `value`
return
if value != output or type(value) is not type(output):