summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-01-22 13:26:45 +0000
committerJack Jansen <jack.jansen@cwi.nl>1999-01-22 13:26:45 +0000
commit539d4256b09edf807ae3f27be913351e2ef68510 (patch)
tree1eccb4bd2092888442c0cf40921d039ac6a53ecf
parent90c3c164e0846eb673012cd2eb14357d7e3a71ea (diff)
downloadcpython-git-539d4256b09edf807ae3f27be913351e2ef68510.tar.gz
Updated for 1.5.2b1
-rw-r--r--Mac/ReadMe12
-rw-r--r--Mac/_checkversion.py2
2 files changed, 7 insertions, 7 deletions
diff --git a/Mac/ReadMe b/Mac/ReadMe
index d270600bee..bf3cf8cfcd 100644
--- a/Mac/ReadMe
+++ b/Mac/ReadMe
@@ -1,5 +1,5 @@
-How to install Python 1.5.1 on your Macintosh
----------------------------------------------
+How to install Python 1.5.2b1 on your Macintosh
+-----------------------------------------------
If this is your first encounter with Python: you definitely need the
common user documentation (common to all platforms). You can find this
@@ -99,8 +99,8 @@ Uninstalling
------------
Two items are installed in the system folder: the interpreter shared
-library "PythonCore 1.5.1" lives in the Extensions folder and the
-"Python 1.5.1 Preferences" file in the Preferences folder. All the rest
+library "PythonCore 1.5.2b1" lives in the Extensions folder and the
+"Python 1.5.2b1 Preferences" file in the Preferences folder. All the rest
of Python lives in the folder you installed in.
Things to see
@@ -136,9 +136,9 @@ that this means you can keep your older version around if you are unsure
whether to upgrade. The bad news is that your old preference settings
are lost and you have to set them again.
-After you are satisfied that 1.5.1 works as expected you can trash
+After you are satisfied that 1.5.2b1 works as expected you can trash
anything in the system folder that has "python" in the name and not
-"1.5.1".
+"1.5.2b1".
The installer
-------------
diff --git a/Mac/_checkversion.py b/Mac/_checkversion.py
index 6dffa2df1e..ee01857419 100644
--- a/Mac/_checkversion.py
+++ b/Mac/_checkversion.py
@@ -5,7 +5,7 @@ _checkversion.py file"""
import pyversioncheck
_PACKAGE="MacPython"
-_VERSION="1.5.1"
+_VERSION="1.5.2b1"
_URL="http://www.cwi.nl/~jack/macpythonversion.txt"
try: