[Python-checkins] python/dist/src/Lib/test test_socket.py, 1.74, 1.75

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Mon Aug 16 17:35:57 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31673

Modified Files:
	test_socket.py 
Log Message:
Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"
service.


Index: test_socket.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_socket.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** test_socket.py	9 Aug 2004 18:54:11 -0000	1.74
--- test_socket.py	16 Aug 2004 15:35:54 -0000	1.75
***************
*** 312,316 ****
          # I've ordered this by protocols that have both a tcp and udp
          # protocol, at least for modern Linuxes.
!         if sys.platform in ('freebsd4', 'freebsd5'):
              # avoid the 'echo' service on this platform, as there is an
              # assumption breaking non-standard port/protocol entry
--- 312,316 ----
          # I've ordered this by protocols that have both a tcp and udp
          # protocol, at least for modern Linuxes.
!         if sys.platform in ('freebsd4', 'freebsd5', 'darwin'):
              # avoid the 'echo' service on this platform, as there is an
              # assumption breaking non-standard port/protocol entry



More information about the Python-checkins mailing list