summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_file.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-06-12 20:41:52 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-06-12 20:41:52 (GMT)
commit47a5f48006e9adaba4ada092931eec4179e8fea4 (patch)
treeaf0c53dd6ed6bba22a22517220ccc3cd493aac4c /Lib/test/test_file.py
parentc5d2b4156c753153e2a37fd288aba916c97f2827 (diff)
downloadcpython-47a5f48006e9adaba4ada092931eec4179e8fea4.zip
cpython-47a5f48006e9adaba4ada092931eec4179e8fea4.tar.gz
cpython-47a5f48006e9adaba4ada092931eec4179e8fea4.tar.bz2
Try to restore the old test_file and test_univnewlines as new, different files
(with the right revisions this time, hopefully)
Diffstat (limited to 'Lib/test/test_file.py')
-rw-r--r--Lib/test/test_file.py3
1 files changed, 3 insertions, 0 deletions
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