mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #27355: Removed support for Windows CE. It was never finished,
and Windows CE is no longer a relevant platform for Python.
This commit is contained in:
parent
8c21ab0ab9
commit
10108a7b9a
27 changed files with 28 additions and 1549 deletions
|
@ -28,8 +28,6 @@ sep = '\\'
|
|||
pathsep = ';'
|
||||
altsep = '/'
|
||||
defpath = '.;C:\\bin'
|
||||
if 'ce' in sys.builtin_module_names:
|
||||
defpath = '\\Windows'
|
||||
devnull = 'nul'
|
||||
|
||||
def _get_bothseps(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue