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

STINNER Victor report at bugs.python.org
Wed Nov 16 23:14:47 CET 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

os.unsetenv(name) encodes name to UTF-8. I think that the ANSI code page (or another code page?) should be used.

----------
components: Unicode, Windows
messages: 147773
nosy: ezio.melotti, haypo
priority: normal
severity: normal
status: open
title: os.unsetenv() on Windows should not use UTF-8
versions: Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list