mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
some RiscOS stuff I missed before (was only looking for "RISCOS")
This commit is contained in:
parent
ceaafa66ef
commit
289bc05709
15 changed files with 57 additions and 117 deletions
|
@ -142,8 +142,6 @@ is_jython = sys.platform.startswith('java')
|
|||
if os.name == 'java':
|
||||
# Jython disallows @ in module names
|
||||
TESTFN = '$test'
|
||||
elif os.name == 'riscos':
|
||||
TESTFN = 'testfile'
|
||||
else:
|
||||
TESTFN = '@test'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue