mirror of
https://github.com/python/cpython.git
synced 2025-08-11 12:29:34 +00:00
testGetServByName shouldn't check for getservbyname - the socket module
should always have it.
This commit is contained in:
parent
940e970f6e
commit
f4433303a8
1 changed files with 17 additions and 18 deletions
|
@ -259,7 +259,6 @@ class GeneralModuleTests(unittest.TestCase):
|
||||||
|
|
||||||
def testGetServByName(self):
|
def testGetServByName(self):
|
||||||
"""Testing getservbyname()."""
|
"""Testing getservbyname()."""
|
||||||
if hasattr(socket, 'getservbyname'):
|
|
||||||
# try a few protocols - not everyone has telnet enabled
|
# try a few protocols - not everyone has telnet enabled
|
||||||
found = 0
|
found = 0
|
||||||
for proto in ("telnet", "ssh", "www", "ftp"):
|
for proto in ("telnet", "ssh", "www", "ftp"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue