make nt altsep forward slash - closes bug 709428

backport candidate
This commit is contained in:
Skip Montanaro 2003-03-28 22:23:24 +00:00
parent 7377bec6ae
commit 9ddac3e166
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
extsep = '.'
sep = '\\'
pathsep = ';'
altsep = None
altsep = '/'
defpath = '.;C:\\bin'
if 'ce' in sys.builtin_module_names:
defpath = '\\Windows'