mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -125,7 +125,7 @@ def main():
|
|||
# default the exclude list for each platform
|
||||
if win: exclude = exclude + [
|
||||
'dos', 'dospath', 'mac', 'macpath', 'macfs', 'MACFS', 'posix',
|
||||
'os2', 'ce', 'riscos', 'riscosenviron', 'riscospath',
|
||||
'os2', 'ce',
|
||||
]
|
||||
|
||||
fail_import = exclude[:]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue