]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarified some things, started adding mods since 1.3beta3
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 3 Oct 1995 14:40:35 +0000 (14:40 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 3 Oct 1995 14:40:35 +0000 (14:40 +0000)
Mac/ReadMeOrSuffer
Mac/Relnotes-1.3

index a6f89a9f3203f81e296c21dc90d4063c5b06aaf3..45c192e9bb503f635f715b906d7a4b4a8650eec4 100644 (file)
@@ -26,6 +26,9 @@ compatability calls yourself and send me the results.
 
 If you don't have enough memory: the sizes choosen are somewhat arbitrary.
 Try lowering them and seeing whether the resulting python is still usable.
+Note, however, that python running out of memory may result in your mac
+freezing. I don't fully understand yet why the mac freezes instead of doing
+something a little less drastic.
 
 PowerPC Macintosh instructions
 ------------------------------
@@ -73,6 +76,8 @@ Common instructions
 
 You should now have a functioning python. It is probably a good idea to run
 "testall.py" from :Lib:test at this point, this should not give any errors.
+Running testall.py is done by double-clicking it or dropping it onto the
+interpreter.
 Next, try "compileall.py" from :Lib to create all .pyc files (but this isn't
 really important).
 
index 5a693c592274db196bdd0ae652259587f4a61797..b75e26312d4dce796a198006da504ff5d2466f96 100644 (file)
@@ -1,3 +1,10 @@
+       Changes since 1.3beta3
+       ----------------------
+- MkPluginAliases.py now works in a virgin distribution environment
+- hexbin from binhex.py has been fixed
+- various bits and pieces in readme files clarified
+- mkapplet bug wrt owner resource (and, hence, trouble starting applets) fixed.
+
        Changes since Python 1.2 for the mac
        ------------------------------------
 These relnotes are relative to the last "official" MacPython release,