diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2009-06-12 20:41:52 (GMT) |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-06-12 20:41:52 (GMT) |
| commit | 47a5f48006e9adaba4ada092931eec4179e8fea4 (patch) | |
| tree | af0c53dd6ed6bba22a22517220ccc3cd493aac4c /Lib/test/test_univnewlines.py | |
| parent | c5d2b4156c753153e2a37fd288aba916c97f2827 (diff) | |
| download | cpython-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_univnewlines.py')
| -rw-r--r-- | Lib/test/test_univnewlines.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_univnewlines.py b/Lib/test/test_univnewlines.py index 1f7352a..a0a9090 100644 --- a/Lib/test/test_univnewlines.py +++ b/Lib/test/test_univnewlines.py @@ -1,5 +1,8 @@ # Tests universal newline support for both reading and parsing files. +# 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_univnewlines2k.py. + from __future__ import print_function from __future__ import unicode_literals |
