[Python-checkins] python/dist/src/Mac ReadMe,1.47,1.48

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 16 Jun 2003 06:57:11 -0700


Update of /cvsroot/python/python/dist/src/Mac
In directory sc8-pr-cvs1:/tmp/cvs-serv23289/Mac

Modified Files:
	ReadMe 
Log Message:
Added a note about FSRef tests failing on MacOS 8.6.


Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** ReadMe	21 Feb 2003 22:33:37 -0000	1.47
--- ReadMe	16 Jun 2003 13:57:09 -0000	1.48
***************
*** 74,78 ****
  
  It is probably a good idea to run the automatic tests. Start
! Python and "import test.regrtest ; test.regrtest.main()". 
  
  test_socket and test_logging fail, this problem is being investigated.
--- 74,81 ----
  
  It is probably a good idea to run the automatic tests. Start
! Python and "import test.regrtest ; test.regrtest.main()".
! 
! On MacOS 8.6 a number of tests will fail because FSRefs are not
! supported.
  
  test_socket and test_logging fail, this problem is being investigated.