mirror of https://github.com/python/cpython
set mac path separator to newline
This commit is contained in:
parent
8c1688e132
commit
4c7fa4b774
|
@ -20,7 +20,7 @@ _osindex = {
|
||||||
'posix': ('.', '..', '/', ':', ':/bin:/usr/bin'),
|
'posix': ('.', '..', '/', ':', ':/bin:/usr/bin'),
|
||||||
'dos': ('.', '..', '\\', ';', '.;C:\\bin'),
|
'dos': ('.', '..', '\\', ';', '.;C:\\bin'),
|
||||||
'nt': ('.', '..', '\\', ';', '.;C:\\bin'),
|
'nt': ('.', '..', '\\', ';', '.;C:\\bin'),
|
||||||
'mac': (':', '::', ':', ' ', ':'),
|
'mac': (':', '::', ':', '\n', ':'),
|
||||||
}
|
}
|
||||||
|
|
||||||
# For freeze.py script:
|
# For freeze.py script:
|
||||||
|
|
Loading…
Reference in New Issue