commit | fc0275a14a1c1c3df276bf9161cfab9da8026257 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Aug 22 19:33:47 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Aug 22 19:33:47 2010 +0000 |
tree | f43618f0006ea72c082830d0d4187dedc491123a | |
parent | d41a37a148fbba4c3356a8727b579389af5038d9 [diff] |
Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and getaddrinfo. Patch by David Watson.
diff --git a/Misc/NEWS b/Misc/NEWS index 790143d..c74c237 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Extensions ---------- +- Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and getaddrinfo. + - Issue #9214: Set operations on a KeysView or ItemsView in collections now correctly return a set. (Patch by Eli Bendersky.)