[issue28188] os.putenv should support bytes arguments on Windows

2021-03-20 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue28188] os.putenv should support bytes arguments on Windows

2021-03-19 Thread Eryk Sun
Eryk Sun added the comment: I thought this was a good idea at the time, but a core dev never took up the mantle in over 4 years, and no one else showed interest. -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___

[issue28188] os.putenv should support bytes arguments on Windows

2019-10-11 Thread STINNER Victor
STINNER Victor added the comment: This issue was referenced from https://bugs.python.org/issue29240#msg285482 -- ___ Python tracker ___ ___

[issue28188] os.putenv should support bytes arguments on Windows

2019-10-11 Thread STINNER Victor
STINNER Victor added the comment: In the meanwhile, the PEP 540 "UTF-8 Mode" has been implemented. -- nosy: +vstinner ___ Python tracker ___ __

[issue28188] os.putenv should support bytes arguments on Windows

2016-09-23 Thread Steve Dower
Changes by Steve Dower : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Pyth

[issue28188] os.putenv should support bytes arguments on Windows

2016-09-17 Thread Eryk Sun
Changes by Eryk Sun : -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file44714/issue_28188_01.patch ___ Python tracker ___

[issue28188] os.putenv should support bytes arguments on Windows

2016-09-17 Thread Eryk Sun
New submission from Eryk Sun: This suggestion may be controversial: os.putenv should decode bytes arguments as UTF-8, the new Windows filesystem encoding. Moreover, os.environb should also be implemented. This would be consistent with bytes support in os.spawnve and os.execve. The controversi