mirror of https://github.com/python/cpython.git
make nt altsep forward slash - closes bug 709428
backport candidate
This commit is contained in:
parent
7377bec6ae
commit
9ddac3e166
|
@ -22,7 +22,7 @@
|
|||
extsep = '.'
|
||||
sep = '\\'
|
||||
pathsep = ';'
|
||||
altsep = None
|
||||
altsep = '/'
|
||||
defpath = '.;C:\\bin'
|
||||
if 'ce' in sys.builtin_module_names:
|
||||
defpath = '\\Windows'
|
||||
|
|
Loading…
Reference in New Issue