diff options
Diffstat (limited to 'Lib/test/test_file.py')
| -rw-r--r-- | Lib/test/test_file.py | 3 |
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 |
