]> granicus.if.org Git - python/commit
(Merge 3.3) Close #18109: os.uname() now decodes fields from the locale
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jun 2013 20:09:14 +0000 (22:09 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jun 2013 20:09:14 +0000 (22:09 +0200)
commit0b81111b18790e5d95cb84a09d15aadfb8a1dadf
tree221dc022b26c5cf993e825537aabfd7dab36adba
parent725e4212229bf68f87d4f66c1815d444ddfc7aa5
parenta534fc4b3bd4b731be9304be626bc161f53d7bfb
(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.
Misc/NEWS
Modules/posixmodule.c
Modules/socketmodule.c