modify testGetServByName so it tries a few different protocols. In this day
authorSkip Montanaro <skip@pobox.com>
Fri, 2 Aug 2002 02:19:46 +0000 (02:19 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 2 Aug 2002 02:19:46 +0000 (02:19 +0000)
commitd3c884d4ea6f9e3bf68100734bdf7040db9397cb
treedc3eb4adc68852b4c11c7a746db356dfcc587dde
parentea0c3828c00de81c953e147e085d4d2b4b906850
modify testGetServByName so it tries a few different protocols.  In this day
and age of rampant computer breakins I imagine there are plenty of systems
with telnet disabled.  Successful check of at least one getservbyname() call
is required for success
Lib/test/test_socket.py