mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#16135: Removal of OS/2 support (I)
This commit is contained in:
parent
d4b5aaa9a9
commit
b48925a406
7 changed files with 3 additions and 330 deletions
|
@ -270,7 +270,7 @@ __load()
|
|||
del __load
|
||||
"""
|
||||
|
||||
MAYMISS_MODULES = ['mac', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
|
||||
MAYMISS_MODULES = ['mac', 'nt', 'ntpath', 'dos', 'dospath',
|
||||
'win32api', 'ce', '_winreg', 'nturl2path', 'sitecustomize',
|
||||
'org.python.core', 'riscos', 'riscosenviron', 'riscospath'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue