commit | a534fc4b3bd4b731be9304be626bc161f53d7bfb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 03 22:07:27 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 03 22:07:27 2013 +0200 |
tree | 503ac32ab7c4de6f54c73597d04f97b82930397e | |
parent | caa00fec19705c656497658c6ff1b1fff62a4484 [diff] |
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.