commit | 7096760b2511df9b0e2ec846df9eb72c59e785fc | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 17 08:29:44 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 17 08:29:44 2006 +0000 |
tree | 24a93465b1325a58b51e00eaf3924c5ec4bffd33 | |
parent | 7c3072437a8f2e4cd487e38d46ea99d0026bd4c2 [diff] [blame] |
Get rid of xreadlines() (methods).
diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index efb06f4..fd5670a 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py
@@ -179,7 +179,7 @@ methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto', 'readline', 'readlines', 'seek', 'tell', 'truncate', 'write', - 'xreadlines', '__iter__'] + '__iter__'] if sys.platform.startswith('atheos'): methods.remove('truncate')