[issue32920] Implement PEP 529 for os.getcwdb on Windows

2019-06-26 Thread STINNER Victor
STINNER Victor added the comment: I just opened the same issue: bpo-37412, but I proposed a PR to implement my idea ;-) -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> os.getcwdb() doesn't implement PEP 528 (UTF-8) on Windows

[issue32920] Implement PEP 529 for os.getcwdb on Windows

2018-02-23 Thread Alexey Izbyshev
Change by Alexey Izbyshev : -- nosy: +izbyshev ___ Python tracker ___ ___

[issue32920] Implement PEP 529 for os.getcwdb on Windows

2018-02-22 Thread Eryk Sun
New submission from Eryk Sun : When reviewing issue 32904 I noticed that os.getcwdb still calls the CRT _getcwd function. Apparently this was overlooked when implementing PEP 529. For example: >>> os.getcwd() 'C:\\Temp\\Lang\\αβγδ' >>> os.getcwdb()