summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-08-22 19:38:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-08-22 19:38:04 (GMT)
commit56773cf0d266a5bf33fd5b3ffa3741a2e117c1a9 (patch)
tree8fc9381d69b885451634afbc5ade5fad1ceb3c42 /Misc
parentfc0275a14a1c1c3df276bf9161cfab9da8026257 (diff)
downloadcpython-56773cf0d266a5bf33fd5b3ffa3741a2e117c1a9.zip
cpython-56773cf0d266a5bf33fd5b3ffa3741a2e117c1a9.tar.gz
cpython-56773cf0d266a5bf33fd5b3ffa3741a2e117c1a9.tar.bz2
Mention that gethostbyaddr now also supports IDNA.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c74c237..ea3208c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,7 +66,8 @@ Core and Builtins
Extensions
----------
-- Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and getaddrinfo.
+- Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex,
+ getaddrinfo and gethostbyaddr.
- Issue #9214: Set operations on a KeysView or ItemsView in collections
now correctly return a set. (Patch by Eli Bendersky.)