commit | 6103ab1d0b3361486960f3fa7711f20c91c535f5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:11:21 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:11:21 2009 +0000 |
tree | c4ab6589e1e01f758500b6a054e19a747d3086cb | |
parent | 194fcf2d15c90ae9ed9cb9e1d95721e6a6e54281 [diff] [blame] |
Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).
diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index bd2d7c0..fa867e0 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py
@@ -106,8 +106,7 @@ ('writelines', ([],)), ('__iter__', ()), ] - if not sys.platform.startswith('atheos'): - methods.append(('truncate', ())) + methods.append(('truncate', ())) # __exit__ should close the file self.f.__exit__(None, None, None)