mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
#16135: Removal of OS/2 support (C code and Docs)
This commit is contained in:
parent
14c81aba50
commit
b176203dda
5 changed files with 2 additions and 29 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',
|
||||
'ce',
|
||||
]
|
||||
|
||||
fail_import = exclude[:]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue