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/python32/files/patch-Lib-test-test_socket.py | 11 ----------- lang/python32/files/patch-setup.py | 9 --------- 2 files changed, 20 deletions(-) delete mode 100644 lang/python32/files/patch-Lib-test-test_socket.py (limited to 'lang/python32/files') diff --git a/lang/python32/files/patch-Lib-test-test_socket.py b/lang/python32/files/patch-Lib-test-test_socket.py deleted file mode 100644 index 33b9fb389f54..000000000000 --- a/lang/python32/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 diff --git a/lang/python32/files/patch-setup.py b/lang/python32/files/patch-setup.py index 003d0a4ae1fd..c66568db95e3 100644 --- a/lang/python32/files/patch-setup.py +++ b/lang/python32/files/patch-setup.py @@ -9,15 +9,6 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -778,7 +778,7 @@ - # Linux-specific modules - exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) ) - -- if platform in ('linux2', 'freebsd4'): -+ if platform in ('linux2', 'freebsd4', 'freebsd5'): - exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) - - if platform == 'sunos5': @@ -1160,8 +1160,7 @@ ext_modules=[Extension('struct', ['structmodule.c'])], -- cgit v1.2.3