mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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
|
@ -42,7 +42,7 @@ else:
|
|||
|
||||
def test():
|
||||
import sys
|
||||
if sys.platform[:3] in ('win', 'mac', 'os2', 'riscos'):
|
||||
if sys.platform[:3] in ('win', 'mac', 'os2'):
|
||||
if verbose:
|
||||
print("Can't test select easily on", sys.platform)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue