[issue37282] os problems on absolute paths containing unicode characters on windows

2019-06-14 Thread Jonatã Bolzan Loss
Jonatã Bolzan Loss added the comment: You are right, my mistake. Sorry about this and thanks for checking :) . -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker __

[issue37282] os problems on absolute paths containing unicode characters on windows

2019-06-14 Thread Paul Moore
Paul Moore added the comment: This works for me on Python 3.7. Can you confirm if you see the problem on 3.7, and if so, provide a more detailed example of how to reproduce? -- ___ Python tracker __

[issue37282] os problems on absolute paths containing unicode characters on windows

2019-06-14 Thread Jonatã Bolzan Loss
New submission from Jonatã Bolzan Loss : If a absolute path is provided for some function on os module, it returns "WinError 3". Example (considering you are on C:\Users\username): import os