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

Skip to content

Commit 539d425

Browse files
committed
Updated for 1.5.2b1
1 parent 90c3c16 commit 539d425

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Mac/ReadMe

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
If this is your first encounter with Python: you definitely need the
55
common user documentation (common to all platforms). You can find this
@@ -99,8 +99,8 @@ Uninstalling
9999
------------
100100

101101
Two 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
104104
of Python lives in the folder you installed in.
105105

106106
Things to see
@@ -136,9 +136,9 @@ that this means you can keep your older version around if you are unsure
136136
whether to upgrade. The bad news is that your old preference settings
137137
are 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
140140
anything in the system folder that has "python" in the name and not
141-
"1.5.1".
141+
"1.5.2b1".
142142

143143
The installer
144144
-------------

Mac/_checkversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import 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

1111
try:

0 commit comments

Comments
 (0)