summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources/ReadMe.txt
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-02-12 15:24:51 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-02-12 15:24:51 (GMT)
commit50987bce063bd8ae183a327b0de4c402e4a1a774 (patch)
tree2e7f81ee0dc79d1dda3e2946fd368801df0b1e53 /Mac/BuildScript/resources/ReadMe.txt
parent672f62ae2622ac225a75cac850b7b040ca014a7a (diff)
downloadcpython-50987bce063bd8ae183a327b0de4c402e4a1a774.zip
cpython-50987bce063bd8ae183a327b0de4c402e4a1a774.tar.gz
cpython-50987bce063bd8ae183a327b0de4c402e4a1a774.tar.bz2
Update the ReadMe and Welcome files that are used by the OSX binary
installer. Fixes issue5226. Patch by Ned Deily.
Diffstat (limited to 'Mac/BuildScript/resources/ReadMe.txt')
-rw-r--r--Mac/BuildScript/resources/ReadMe.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/Mac/BuildScript/resources/ReadMe.txt b/Mac/BuildScript/resources/ReadMe.txt
index cb00c93..d99f9f6 100644
--- a/Mac/BuildScript/resources/ReadMe.txt
+++ b/Mac/BuildScript/resources/ReadMe.txt
@@ -14,10 +14,9 @@ things will not work.
MacPython consists of the Python programming language
interpreter, plus a set of programs to allow easy
-access to it for Mac users (an integrated development
-environment, an applet builder), plus a set of pre-built
-extension modules that open up specific Macintosh technologies
-to Python programs (Carbon, AppleScript, Quicktime, more).
+access to it for Mac users including an integrated development
+environment, IDLE, plus a set of pre-built extension modules
+that open up specific Macintosh technologies to Python programs.
The installer puts the applications in "Python $VERSION"
in your Applications folder, command-line tools in
@@ -25,7 +24,7 @@ in your Applications folder, command-line tools in
$PYTHONFRAMEWORKINSTALLDIR.
More information on MacPython can be found at
-http://www.cwi.nl/~jack/macpython and
-http://pythonmac.org/. More information on
-Python in general can be found at
+http://www.python.org/download/mac/.
+
+More information on Python in general can be found at
http://www.python.org.