Merged revisions 70169 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70169 | ronald.oussoren | 2009-03-04 22:12:17 +0100 (Wed, 04 Mar 2009) | 2 lines
Fix for issue 5226.
........
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 @@
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 @@
$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.