]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make socket.getservbyname test optional on socket module having that
authorBarry Warsaw <barry@python.org>
Fri, 23 Mar 2001 17:40:16 +0000 (17:40 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 23 Mar 2001 17:40:16 +0000 (17:40 +0000)
commit6870bba459a7c30908c8640b20023e9817e8ac53
tree80fc5afdaf8d3100e350fd9902c2f310b386cdd3
parent6a12d8d3b4b7c70f92a17a20cb811b18069fd349
Make socket.getservbyname test optional on socket module having that
attribute.  Jython does not have this function.

Closes SF patch #403667.
Lib/test/test_socket.py