mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Updated for 1.5.2b1
This commit is contained in:
parent
90c3c164e0
commit
539d4256b0
2 changed files with 7 additions and 7 deletions
12
Mac/ReadMe
12
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
|
If this is your first encounter with Python: you definitely need the
|
||||||
common user documentation (common to all platforms). You can find this
|
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
|
Two items are installed in the system folder: the interpreter shared
|
||||||
library "PythonCore 1.5.1" lives in the Extensions folder and the
|
library "PythonCore 1.5.2b1" lives in the Extensions folder and the
|
||||||
"Python 1.5.1 Preferences" file in the Preferences folder. All the rest
|
"Python 1.5.2b1 Preferences" file in the Preferences folder. All the rest
|
||||||
of Python lives in the folder you installed in.
|
of Python lives in the folder you installed in.
|
||||||
|
|
||||||
Things to see
|
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
|
whether to upgrade. The bad news is that your old preference settings
|
||||||
are lost and you have to set them again.
|
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
|
anything in the system folder that has "python" in the name and not
|
||||||
"1.5.1".
|
"1.5.2b1".
|
||||||
|
|
||||||
The installer
|
The installer
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -5,7 +5,7 @@ _checkversion.py file"""
|
||||||
import pyversioncheck
|
import pyversioncheck
|
||||||
|
|
||||||
_PACKAGE="MacPython"
|
_PACKAGE="MacPython"
|
||||||
_VERSION="1.5.1"
|
_VERSION="1.5.2b1"
|
||||||
_URL="http://www.cwi.nl/~jack/macpythonversion.txt"
|
_URL="http://www.cwi.nl/~jack/macpythonversion.txt"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue