mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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!!
This commit is contained in:
parent
670c4bd6df
commit
9080e9b938
1 changed files with 8 additions and 4 deletions
12
Mac/ReadMe
12
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.
|
ConfigurePython and remove all .pyc files.
|
||||||
|
|
||||||
If you don't have enough memory: the sizes choosen are somewhat
|
If you don't have enough memory: the sizes choosen are somewhat
|
||||||
arbitrary. Try lowering the application sizes in the finder "get info"
|
arbitrary, and they are as high as they are so that test.autotest runs with fewer
|
||||||
window, and seeing whether the resulting python is still usable. Some
|
problems. An average Python program can make do with much less memory.
|
||||||
modules (Tkinter comes to mind) need a lot of memory, so it may also be
|
Try lowering the application sizes in the finder "get info"
|
||||||
necessary to increase the application size.
|
window, and seeing whether the resulting python is still usable.
|
||||||
|
|
||||||
After installing
|
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.
|
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
|
Feedback
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue