diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-12-14 06:31:19 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-12-14 06:31:19 +0000 |
commit | 39858860eabd63d59f38ed508f6510be890ed8bb (patch) | |
tree | ca5fb07ffe5f492a8883bb540a1737269d6f3da9 /lang/python32/files/patch-Lib-test-test_socket.py | |
parent | Add the port of minidlna -- the DLNA-speaking service. (diff) |
- Update to 3.1.3
Notes
Notes:
svn path=/head/; revision=266272
Diffstat (limited to 'lang/python32/files/patch-Lib-test-test_socket.py')
-rw-r--r-- | lang/python32/files/patch-Lib-test-test_socket.py | 11 |
1 files changed, 0 insertions, 11 deletions
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 4895d7bc5fc8..000000000000 --- a/lang/python32/files/patch-Lib-test-test_socket.py +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/test/test_socket.py.orig 2009-10-04 10:54:52.000000000 -0400 -+++ Lib/test/test_socket.py 2010-06-24 13:57:37.000000000 -0400 -@@ -337,7 +337,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') |