mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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 ;-)
This commit is contained in:
parent
e878fe6a58
commit
520d8ddd97
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue