Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c7fa4b

Browse files
committed
set mac path separator to newline
1 parent 8c1688e commit 4c7fa4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'posix': ('.', '..', '/', ':', ':/bin:/usr/bin'),
2121
'dos': ('.', '..', '\\', ';', '.;C:\\bin'),
2222
'nt': ('.', '..', '\\', ';', '.;C:\\bin'),
23-
'mac': (':', '::', ':', ' ', ':'),
23+
'mac': (':', '::', ':', '\n', ':'),
2424
}
2525

2626
# For freeze.py script:

0 commit comments

Comments
 (0)