File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ If you have to do this anyway you should remove your preference file, run
6868ConfigurePython and remove all .pyc files.
6969
7070If you don't have enough memory: the sizes choosen are somewhat
71- arbitrary. Try lowering the application sizes in the finder "get info"
72- window, and seeing whether the resulting python is still usable. Some
73- modules (Tkinter comes to mind) need a lot of memory, so it may also be
74- necessary to increase the application size .
71+ arbitrary, and they are as high as they are so that test.autotest runs with fewer
72+ problems. An average Python program can make do with much less memory.
73+ Try lowering the application sizes in the finder "get info"
74+ window, and seeing whether the resulting python is still usable .
7575
7676After installing
7777----------------
@@ -176,6 +176,10 @@ Tom Bridgman and all the other people who provided feedback, code or both!
176176
177177MacPython includes waste, a TextEdit replacement which is (c) 1998 Marco Piovanelli.
178178
179+ A special mention is deserved by Matthias Neeracher, who has written the brilliant
180+ unix-compatible GUSI I/O library, without which MacPython would not have sockets
181+ or select, and to Alexandre Parenteau, who has ported this library to Carbon.
182+
179183Feedback
180184--------
181185
You can’t perform that action at this time.
0 commit comments