[issue13415] os.unsetenv() on Windows should not use UTF-8

Amaury Forgeot d'Arc report at bugs.python.org
Thu Nov 17 01:06:56 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

But... there is no os.unsetenv on Windows!
2.7 used to have one, which called os.putenv(key, "")
3.2 has a os._unsetenv, which is a lambda key: _putenv(key, "")

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13415>
_______________________________________


More information about the Python-bugs-list mailing list