Kaydet (Commit) 56773cf0 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Mention that gethostbyaddr now also supports IDNA.

üst fc0275a1
......@@ -642,6 +642,7 @@ class GeneralModuleTests(unittest.TestCase):
socket.gethostbyname('испытание.python.org')
socket.gethostbyname_ex('испытание.python.org')
socket.getaddrinfo('испытание.python.org',0)
socket.gethostbyaddr('испытание.python.org')
@unittest.skipUnless(thread, 'Threading required for this test.')
class BasicTCPTest(SocketConnectedTest):
......
......@@ -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.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment