File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- How to install Python 1.5.1 on your Macintosh
2- ---------------------------------------------
1+ How to install Python 1.5.2b1 on your Macintosh
2+ -----------------------------------------------
33
44If this is your first encounter with Python: you definitely need the
55common user documentation (common to all platforms). You can find this
@@ -99,8 +99,8 @@ Uninstalling
9999------------
100100
101101Two items are installed in the system folder: the interpreter shared
102- library "PythonCore 1.5.1 " lives in the Extensions folder and the
103- "Python 1.5.1 Preferences" file in the Preferences folder. All the rest
102+ library "PythonCore 1.5.2b1 " lives in the Extensions folder and the
103+ "Python 1.5.2b1 Preferences" file in the Preferences folder. All the rest
104104of Python lives in the folder you installed in.
105105
106106Things to see
@@ -136,9 +136,9 @@ that this means you can keep your older version around if you are unsure
136136whether to upgrade. The bad news is that your old preference settings
137137are lost and you have to set them again.
138138
139- After you are satisfied that 1.5.1 works as expected you can trash
139+ After you are satisfied that 1.5.2b1 works as expected you can trash
140140anything in the system folder that has "python" in the name and not
141- "1.5.1 ".
141+ "1.5.2b1 ".
142142
143143The installer
144144-------------
Original file line number Diff line number Diff line change 55import pyversioncheck
66
77_PACKAGE = "MacPython"
8- _VERSION = "1.5.1 "
8+ _VERSION = "1.5.2b1 "
99_URL = "http://www.cwi.nl/~jack/macpythonversion.txt"
1010
1111try :
You can’t perform that action at this time.
0 commit comments