]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #18109: os.uname() now decodes fields from the locale encoding, and
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jun 2013 20:07:27 +0000 (22:07 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jun 2013 20:07:27 +0000 (22:07 +0200)
commita534fc4b3bd4b731be9304be626bc161f53d7bfb
tree503ac32ab7c4de6f54c73597d04f97b82930397e
parentcaa00fec19705c656497658c6ff1b1fff62a4484
Close #18109: os.uname() now decodes fields from the locale encoding, and
socket.gethostname() now decodes the hostname from the locale encoding, instead
of using the UTF-8 encoding in strict mode.
Misc/NEWS
Modules/posixmodule.c
Modules/socketmodule.c