commit | 0b81111b18790e5d95cb84a09d15aadfb8a1dadf | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 03 22:09:14 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 03 22:09:14 2013 +0200 |
tree | 221dc022b26c5cf993e825537aabfd7dab36adba | |
parent | 725e4212229bf68f87d4f66c1815d444ddfc7aa5 [diff] | |
parent | a534fc4b3bd4b731be9304be626bc161f53d7bfb [diff] |
(Merge 3.3) 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.