summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-23 21:03:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-23 21:03:52 (GMT)
commit9080e9b9381b8a69e35194f8bc63d47fddda89a3 (patch)
tree814d81367a34a2f10bfdc5d6fdc15e35c2f0d193
parent670c4bd6dfe4b6f06e3807d2d75d7c1a4ff3fb3c (diff)
downloadcpython-9080e9b9381b8a69e35194f8bc63d47fddda89a3.zip
cpython-9080e9b9381b8a69e35194f8bc63d47fddda89a3.tar.gz
cpython-9080e9b9381b8a69e35194f8bc63d47fddda89a3.tar.bz2
Added a note about the memory size.
Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!!
-rw-r--r--Mac/ReadMe12
1 files changed, 8 insertions, 4 deletions
diff --git a/Mac/ReadMe b/Mac/ReadMe
index cde2b08..b924dff 100644
--- a/Mac/ReadMe
+++ b/Mac/ReadMe
@@ -68,10 +68,10 @@ If you have to do this anyway you should remove your preference file, run
ConfigurePython and remove all .pyc files.
If you don't have enough memory: the sizes choosen are somewhat
-arbitrary. Try lowering the application sizes in the finder "get info"
-window, and seeing whether the resulting python is still usable. Some
-modules (Tkinter comes to mind) need a lot of memory, so it may also be
-necessary to increase the application size.
+arbitrary, and they are as high as they are so that test.autotest runs with fewer
+problems. An average Python program can make do with much less memory.
+Try lowering the application sizes in the finder "get info"
+window, and seeing whether the resulting python is still usable.
After installing
----------------
@@ -176,6 +176,10 @@ Tom Bridgman and all the other people who provided feedback, code or both!
MacPython includes waste, a TextEdit replacement which is (c) 1998 Marco Piovanelli.
+A special mention is deserved by Matthias Neeracher, who has written the brilliant
+unix-compatible GUSI I/O library, without which MacPython would not have sockets
+or select, and to Alexandre Parenteau, who has ported this library to Carbon.
+
Feedback
--------