mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).
This commit is contained in:
parent
194fcf2d15
commit
6103ab1d0b
16 changed files with 31 additions and 1693 deletions
|
@ -96,8 +96,6 @@ class AutoFileTests(unittest.TestCase):
|
|||
methods = ['fileno', 'isatty', 'read', 'readinto',
|
||||
'seek', 'tell', 'truncate', 'write', 'seekable',
|
||||
'readable', 'writable']
|
||||
if sys.platform.startswith('atheos'):
|
||||
methods.remove('truncate')
|
||||
|
||||
self.f.close()
|
||||
self.assertTrue(self.f.closed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue