From 03cd3fd2e0043400d07b0696a4cf5291b64ef440 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sat, 7 Aug 2004 06:36:57 +0000 Subject: - Update to 2.4a2 - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando [1] --- lang/python-devel/files/patch-Lib-test-test_socket.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lang/python-devel/files/patch-Lib-test-test_socket.py (limited to 'lang/python-devel/files/patch-Lib-test-test_socket.py') diff --git a/lang/python-devel/files/patch-Lib-test-test_socket.py b/lang/python-devel/files/patch-Lib-test-test_socket.py deleted file mode 100644 index 33b9fb389f54..000000000000 --- a/lang/python-devel/files/patch-Lib-test-test_socket.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- cgit v1.2.3