Kaydet (Commit) d0712817 authored tarafından Guido van Rossum's avatar Guido van Rossum

Re-enable cleanup code.

üst b9c4c3e4
......@@ -455,8 +455,8 @@ class BufferedRandomTest(unittest.TestCase):
class TextIOWrapperTest(unittest.TestCase):
## def tearDown(self):
## test_support.unlink(test_support.TESTFN)
def tearDown(self):
test_support.unlink(test_support.TESTFN)
def testNewlines(self):
input_lines = [ "unix\n", "windows\r\n", "os9\r", "last\n", "nonl" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment