diff options
| author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-08 15:53:45 +0000 |
|---|---|---|
| committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-08 15:53:45 +0000 |
| commit | 95340a84dc81dbf3fe8377e5a7d185b82ca5ea65 (patch) | |
| tree | 0ddef3879cda667274ea8c93c7af429c924ee74b /lang/python-devel/files/patch-Lib-test-test_socket.py | |
| parent | d8634f008c0e05fb713e1c1d0be8d6ff7a72f15d (diff) | |
Notes
Diffstat (limited to 'lang/python-devel/files/patch-Lib-test-test_socket.py')
| -rw-r--r-- | lang/python-devel/files/patch-Lib-test-test_socket.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python-devel/files/patch-Lib-test-test_socket.py b/lang/python-devel/files/patch-Lib-test-test_socket.py new file mode 100644 index 000000000000..33b9fb389f54 --- /dev/null +++ b/lang/python-devel/files/patch-Lib-test-test_socket.py @@ -0,0 +1,11 @@ +--- Lib/test/test_socket.py.orig Fri Jul 9 00:27:03 2004 ++++ Lib/test/test_socket.py Fri Jul 9 00:27:11 2004 +@@ -289,7 +289,7 @@ + # Find one service that exists, then check all the related interfaces. + # I've ordered this by protocols that have both a tcp and udp + # protocol, at least for modern Linuxes. +- for service in ('echo', 'daytime', 'domain'): ++ for service in ('daytime', 'domain'): + try: + port = socket.getservbyname(service, 'tcp') + break |
