Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9080e9b

Browse files
committed
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!!
1 parent 670c4bd commit 9080e9b

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Mac/ReadMe

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ If you have to do this anyway you should remove your preference file, run
6868
ConfigurePython and remove all .pyc files.
6969

7070
If 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

7676
After installing
7777
----------------
@@ -176,6 +176,10 @@ Tom Bridgman and all the other people who provided feedback, code or both!
176176

177177
MacPython 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+
179183
Feedback
180184
--------
181185

0 commit comments

Comments
 (0)