summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-04-22 11:46:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-04-22 11:46:16 (GMT)
commitc6d2a20bc62b1221363c18c6c4f1ba9b4d2b9f8c (patch)
tree9ed8b97ca714a82435deb68e08498fcff2040fc3 /Mac
parent7aace7a2dc40562ecb7d59b49925948411e9d171 (diff)
downloadcpython-c6d2a20bc62b1221363c18c6c4f1ba9b4d2b9f8c.zip
cpython-c6d2a20bc62b1221363c18c6c4f1ba9b4d2b9f8c.tar.gz
cpython-c6d2a20bc62b1221363c18c6c4f1ba9b4d2b9f8c.tar.bz2
Removed note on test_time failing.
Bugfix candidate.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/ReadMe3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/ReadMe b/Mac/ReadMe
index 3bcc69d..b1df181 100644
--- a/Mac/ReadMe
+++ b/Mac/ReadMe
@@ -140,9 +140,6 @@ Python and "import test.regrtest ; test.regrtest.main()".
test_frozen will fail in MacPython because of different handling on
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).