[Python-checkins] CVS: python/dist/src/Lib/test test_fcntl.py,1.15,1.16

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 27 Mar 2001 17:14:58 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv29483

Modified Files:
	test_fcntl.py 
Log Message:
Based on info from Jens@digicool.com, add 'darwin1' to the list of
BSD-style OS'es.  Makes sense, really.


Index: test_fcntl.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_fcntl.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** test_fcntl.py	2001/01/17 21:51:35	1.15
--- test_fcntl.py	2001/03/28 01:14:56	1.16
***************
*** 17,21 ****
      print 'Status from fnctl with O_NONBLOCK: ', rv
  
! if sys.platform in ('netbsd1', 'Darwin1.2',
                      'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
                      'bsdos2', 'bsdos3', 'bsdos4',
--- 17,21 ----
      print 'Status from fnctl with O_NONBLOCK: ', rv
  
! if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin1',
                      'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
                      'bsdos2', 'bsdos3', 'bsdos4',