summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-16 13:57:09 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-06-16 13:57:09 (GMT)
commita93b3cc9c2c60353aacf764bcbead04603055362 (patch)
tree4d621330db6ffee911c310f39bb3fcd654fd3033 /Mac
parente748f0358fd7d7ed59ae892889e7e88694d0bf02 (diff)
downloadcpython-a93b3cc9c2c60353aacf764bcbead04603055362.zip
cpython-a93b3cc9c2c60353aacf764bcbead04603055362.tar.gz
cpython-a93b3cc9c2c60353aacf764bcbead04603055362.tar.bz2
Added a note about FSRef tests failing on MacOS 8.6.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/ReadMe5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mac/ReadMe b/Mac/ReadMe
index d5ea8f3..a7dcf37 100644
--- a/Mac/ReadMe
+++ b/Mac/ReadMe
@@ -73,7 +73,10 @@ After installing
----------------
It is probably a good idea to run the automatic tests. Start
-Python and "import test.regrtest ; test.regrtest.main()".
+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.