Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afb39a commit d9107aaCopy full SHA for d9107aa
1 file changed
Lib/test/test_socket.py
@@ -642,6 +642,7 @@ def test_getnameinfo(self):
642
self.assertRaises(socket.error, socket.getnameinfo, ('mail.python.org',0), 0)
643
644
def test_idna(self):
645
+ support.requires('network')
646
# these should all be successful
647
socket.gethostbyname('испытание.python.org')
648
socket.gethostbyname_ex('испытание.python.org')
0 commit comments