mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Added module "ce" to list of modules known not to exist on the mac.
This commit is contained in:
parent
e742487ca5
commit
a856d9f450
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ except ImportError:
|
|||
#
|
||||
MAC_INCLUDE_MODULES=['site', 'exceptions']
|
||||
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
|
||||
'win32api',
|
||||
'win32api', 'ce',
|
||||
'nturl2path', 'pwd', 'sitecustomize',
|
||||
'org.python.core']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue