File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -642,6 +642,7 @@ def test_idna(self):
642
642
socket .gethostbyname ('испытание.python.org' )
643
643
socket .gethostbyname_ex ('испытание.python.org' )
644
644
socket .getaddrinfo ('испытание.python.org' ,0 )
645
+ socket .gethostbyaddr ('испытание.python.org' )
645
646
646
647
@unittest .skipUnless (thread , 'Threading required for this test.' )
647
648
class BasicTCPTest (SocketConnectedTest ):
Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ Core and Builtins
66
66
Extensions
67
67
----------
68
68
69
- - Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and getaddrinfo.
69
+ - Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex,
70
+ getaddrinfo and gethostbyaddr.
70
71
71
72
- Issue #9214: Set operations on a KeysView or ItemsView in collections
72
73
now correctly return a set. (Patch by Eli Bendersky.)
You can’t perform that action at this time.
0 commit comments