mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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 = '.'
|
||||
sep = '\\'
|
||||
pathsep = ';'
|
||||
altsep = None
|
||||
altsep = '/'
|
||||
defpath = '.;C:\\bin'
|
||||
if 'ce' in sys.builtin_module_names:
|
||||
defpath = '\\Windows'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue