mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
set mac path separator to newline
This commit is contained in:
parent
8c1688e132
commit
4c7fa4b774
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ _osindex = {
|
|||
'posix': ('.', '..', '/', ':', ':/bin:/usr/bin'),
|
||||
'dos': ('.', '..', '\\', ';', '.;C:\\bin'),
|
||||
'nt': ('.', '..', '\\', ';', '.;C:\\bin'),
|
||||
'mac': (':', '::', ':', ' ', ':'),
|
||||
'mac': (':', '::', ':', '\n', ':'),
|
||||
}
|
||||
|
||||
# For freeze.py script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue