[Python-checkins] python/dist/src/Mac ReadMe,1.41,1.42

jackjansen@sourceforge.net jackjansen@sourceforge.net
Mon, 22 Apr 2002 04:46:18 -0700


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

Modified Files:
	ReadMe 
Log Message:
Removed note on test_time failing.

Bugfix candidate.

Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** ReadMe	25 Jan 2002 16:13:38 -0000	1.41
--- ReadMe	22 Apr 2002 11:46:16 -0000	1.42
***************
*** 141,147 ****
  frozen modules. This should not be a problem in normal use.
  
- test_time will fail because MacPython accepts bogus values for
- mktime(), this will be fixed later (it is not a very serious problem).
- 
  Three tests will fail on MacOS9 with MemoryErrors:
  test_longexp, test_sha and test_zlib (on MacOSX these should pass).
--- 141,144 ----