]> granicus.if.org Git - python/commit
Windows: Decode hostname from ANSI code page
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 28 Jan 2016 14:41:01 +0000 (15:41 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 28 Jan 2016 14:41:01 +0000 (15:41 +0100)
commit7240030c52b5b738830c538bf849da8241c569d0
tree4a547608abf911a0850ad43a4865a57a89a00241
parent806cb0f2b69bc6663e2c248afeadcea54c99d377
Windows: Decode hostname from ANSI code page

Issue #26227: On Windows, getnameinfo(), gethostbyaddr() and gethostbyname_ex()
functions of the socket module now decode the hostname from the ANSI code page
rather than UTF-8.
Misc/NEWS
Modules/socketmodule.c