commit | d0712817ac7139505a38613bb244a66115c24f52 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Apr 11 16:32:43 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Apr 11 16:32:43 2007 +0000 |
tree | bfa880a9d2a93d773ac07c389fa2665a32dfa768 | |
parent | b9c4c3e455b07b362bd886f7e95aed3be5ab51f6 [diff] |
Re-enable cleanup code.
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index 7a2bdb2..688f6dc 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py
@@ -455,8 +455,8 @@ 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" ]