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

Skip to content

Commit 8150760

Browse files
committed
Clarified some things, started adding mods since 1.3beta3
1 parent 8ccfc93 commit 8150760

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Mac/ReadMeOrSuffer

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ compatability calls yourself and send me the results.
2626

2727
If you don't have enough memory: the sizes choosen are somewhat arbitrary.
2828
Try lowering them and seeing whether the resulting python is still usable.
29+
Note, however, that python running out of memory may result in your mac
30+
freezing. I don't fully understand yet why the mac freezes instead of doing
31+
something a little less drastic.
2932

3033
PowerPC Macintosh instructions
3134
------------------------------
@@ -73,6 +76,8 @@ Common instructions
7376

7477
You should now have a functioning python. It is probably a good idea to run
7578
"testall.py" from :Lib:test at this point, this should not give any errors.
79+
Running testall.py is done by double-clicking it or dropping it onto the
80+
interpreter.
7681
Next, try "compileall.py" from :Lib to create all .pyc files (but this isn't
7782
really important).
7883

Mac/Relnotes-1.3

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes since 1.3beta3
2+
----------------------
3+
- MkPluginAliases.py now works in a virgin distribution environment
4+
- hexbin from binhex.py has been fixed
5+
- various bits and pieces in readme files clarified
6+
- mkapplet bug wrt owner resource (and, hence, trouble starting applets) fixed.
7+
18
Changes since Python 1.2 for the mac
29
------------------------------------
310
These relnotes are relative to the last "official" MacPython release,

0 commit comments

Comments
 (0)