commit | 47a5f48006e9adaba4ada092931eec4179e8fea4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 12 20:41:52 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 12 20:41:52 2009 +0000 |
tree | af0c53dd6ed6bba22a22517220ccc3cd493aac4c | |
parent | c5d2b4156c753153e2a37fd288aba916c97f2827 [diff] [blame] |
Try to restore the old test_file and test_univnewlines as new, different files (with the right revisions this time, hopefully)
diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index 4b0c759..1974f56 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py
@@ -1,3 +1,6 @@ +# NOTE: this file tests the new `io` library backported from Python 3.x. +# Similar tests for the builtin file object can be found in test_file2k.py. + from __future__ import print_function import sys