Commit 9ddac3e1 authored by Skip Montanaro's avatar Skip Montanaro

make nt altsep forward slash - closes bug 709428

backport candidate
parent 7377bec6
......@@ -22,7 +22,7 @@ pardir = '..'
extsep = '.'
sep = '\\'
pathsep = ';'
altsep = None
altsep = '/'
defpath = '.;C:\\bin'
if 'ce' in sys.builtin_module_names:
defpath = '\\Windows'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment