]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
set mac path separator to newline
authorGuido van Rossum <guido@python.org>
Tue, 14 Mar 1995 17:53:54 +0000 (17:53 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Mar 1995 17:53:54 +0000 (17:53 +0000)
Lib/os.py

index 6de2d0b0c28697cb79e8a8bf8c975c3675b305f6..14dc908827fe7e8e06234a72fe3eacf503ceb4c0 100644 (file)
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -20,7 +20,7 @@ _osindex = {
          'posix': ('.', '..', '/', ':', ':/bin:/usr/bin'),
          'dos':   ('.', '..', '\\', ';', '.;C:\\bin'),
          'nt':    ('.', '..', '\\', ';', '.;C:\\bin'),
-         'mac':   (':', '::', ':', ' ', ':'),
+         'mac':   (':', '::', ':', '\n', ':'),
 }
 
 # For freeze.py script: