QUERY · ISSUE
windows: os.sep should be backslash
enhancement
This came up in https://github.com/micropython/micropython-lib/pull/527, and we have a workaround there, but getting this right will be required to make os.path work correctly.
The windows port current returns / from os.sep but should be \. We should fix that, as well as implementing os.altsep for unix/windows (return None on unix, / on windows).
CANDIDATE · PULL REQUEST
resolves visual studio FileNotFoundError: [Errno 2]
resolves visual studio FileNotFoundError: [Errno 2] No such file or directory:
'path_to_python_src\py\makeversionhdr.py/docs/conf.py'
this happens because of windows \ separators