[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.68,1.69 test_fcntl.py,1.19,1.20

Jack Jansen jackjansen@users.sourceforge.net
Wed, 05 Dec 2001 15:27:34 -0800


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

Modified Files:
	regrtest.py test_fcntl.py 
Log Message:
sys.platform on Mac OS X is now "darwin", without any version number appended.
This should probably go into NEWS (who's responsible for that?).


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** regrtest.py	2001/12/02 21:41:36	1.68
--- regrtest.py	2001/12/05 23:27:32	1.69
***************
*** 620,624 ****
          test_winsound
          """,
!     'darwin1':
          """
          test_al
--- 620,624 ----
          test_winsound
          """,
!     'darwin':
          """
          test_al

Index: test_fcntl.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_fcntl.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** test_fcntl.py	2001/10/18 22:07:48	1.19
--- test_fcntl.py	2001/12/05 23:27:32	1.20
***************
*** 17,21 ****
      start_len = "qq"
  
! if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin1',
                      'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
                      'bsdos2', 'bsdos3', 'bsdos4',
--- 17,21 ----
      start_len = "qq"
  
! if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
                      'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
                      'bsdos2', 'bsdos3', 'bsdos4',