diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-29 06:29:13 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-29 06:29:13 +0000 |
commit | 91993cc40defebb177b182415732443cb1b58a2c (patch) | |
tree | de3a83c4228b16f71f2675d0a222edea6f3d8e32 /lang/python27/files/patch-Lib-test-test_socket.py | |
parent | - Update to 5.1.1 (diff) |
- Update to 2.7.1
Diffstat (limited to 'lang/python27/files/patch-Lib-test-test_socket.py')
-rw-r--r-- | lang/python27/files/patch-Lib-test-test_socket.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python27/files/patch-Lib-test-test_socket.py b/lang/python27/files/patch-Lib-test-test_socket.py deleted file mode 100644 index 8c1ada8b2da6..000000000000 --- a/lang/python27/files/patch-Lib-test-test_socket.py +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/test/test_socket.py.orig 2010-08-14 16:51:08.542899328 +0800 -+++ Lib/test/test_socket.py 2010-08-14 16:53:25.902184941 +0800 -@@ -334,7 +334,7 @@ - # I've ordered this by protocols that have both a tcp and udp - # protocol, at least for modern Linuxes. - if sys.platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', -- 'freebsd7', 'freebsd8', 'darwin'): -+ 'freebsd7', 'freebsd8', 'freebsd9', 'darwin'): - # avoid the 'echo' service on this platform, as there is an - # assumption breaking non-standard port/protocol entry - services = ('daytime', 'qotd', 'domain') |