mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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):
|
||||
"""Testing getservbyname()."""
|
||||
if hasattr(socket, 'getservbyname'):
|
||||
# try a few protocols - not everyone has telnet enabled
|
||||
found = 0
|
||||
for proto in ("telnet", "ssh", "www", "ftp"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue