mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
make nt altsep forward slash - closes bug 709428
backport candidate
This commit is contained in:
parent
7377bec6ae
commit
9ddac3e166
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pardir = '..'
|
||||||
extsep = '.'
|
extsep = '.'
|
||||||
sep = '\\'
|
sep = '\\'
|
||||||
pathsep = ';'
|
pathsep = ';'
|
||||||
altsep = None
|
altsep = '/'
|
||||||
defpath = '.;C:\\bin'
|
defpath = '.;C:\\bin'
|
||||||
if 'ce' in sys.builtin_module_names:
|
if 'ce' in sys.builtin_module_names:
|
||||||
defpath = '\\Windows'
|
defpath = '\\Windows'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue