From 520d8ddd970a9b1da031070730151f6f5065cb47 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 9 Jun 2006 02:11:02 +0000 Subject: [PATCH] Whitespace normalization. Since test_file is implicated in mysterious test failures when followed by test_optparse, if I had any brains I'd look at the checkin that last changed test_file ;-) --- Lib/test/test_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index 31527a0fea..aee7c3640f 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py @@ -86,7 +86,7 @@ class AutoFileTests(unittest.TestCase): self.assertEquals(f.name, TESTFN) self.assert_(not f.isatty()) self.assert_(not f.closed) - + self.assertRaises(TypeError, f.readinto, "") f.close() self.assert_(f.closed) -- 2.50.1