summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2021-04-21-23-37-34.bpo-26227.QMY_eA.rst
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-04-21 23:18:20 (GMT)
committerGitHub <noreply@github.com>2021-04-21 23:18:20 (GMT)
commitdc516ef8395d15da0ab225eb0dceb2e0581f51ca (patch)
tree2b0a3af7e37a33786248f0cc81b9175969d1625a /Misc/NEWS.d/next/Windows/2021-04-21-23-37-34.bpo-26227.QMY_eA.rst
parentcdad2724e6f7426372901cc5dedd8a462ba046a6 (diff)
downloadcpython-dc516ef8395d15da0ab225eb0dceb2e0581f51ca.zip
cpython-dc516ef8395d15da0ab225eb0dceb2e0581f51ca.tar.gz
cpython-dc516ef8395d15da0ab225eb0dceb2e0581f51ca.tar.bz2
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2021-04-21-23-37-34.bpo-26227.QMY_eA.rst')
-rw-r--r--Misc/NEWS.d/next/Windows/2021-04-21-23-37-34.bpo-26227.QMY_eA.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-04-21-23-37-34.bpo-26227.QMY_eA.rst b/Misc/NEWS.d/next/Windows/2021-04-21-23-37-34.bpo-26227.QMY_eA.rst
new file mode 100644
index 0000000..d6826fb
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2021-04-21-23-37-34.bpo-26227.QMY_eA.rst
@@ -0,0 +1,2 @@
+Fixed decoding of host names in :func:`socket.gethostbyaddr` and
+:func:`socket.gethostbyname_ex`.