summaryrefslogtreecommitdiff
path: root/Mac/BuildScript/resources
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-05-19 19:30:44 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2009-05-19 19:30:44 +0000
commitfef87acacb3424330f156f7610223e14a3b27745 (patch)
treeef39f10ae2ec4b957d2d11e4142380ddbe3eb9e2 /Mac/BuildScript/resources
parent553bd5a7a57ad24248ea45bd2df56a95e974e1a9 (diff)
downloadcpython-fef87acacb3424330f156f7610223e14a3b27745.tar.gz
Merged revisions 72789 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72789 | ronald.oussoren | 2009-05-19 21:29:24 +0200 (Tue, 19 May 2009) | 2 lines Remove some traces of 'MacPython' ........
Diffstat (limited to 'Mac/BuildScript/resources')
-rw-r--r--Mac/BuildScript/resources/ReadMe.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/Mac/BuildScript/resources/ReadMe.txt b/Mac/BuildScript/resources/ReadMe.txt
index 272824e950..67d4525930 100644
--- a/Mac/BuildScript/resources/ReadMe.txt
+++ b/Mac/BuildScript/resources/ReadMe.txt
@@ -1,4 +1,4 @@
-This package will install MacPython $FULL_VERSION for Mac OS X
+This package will install Python $FULL_VERSION for Mac OS X
$MACOSX_DEPLOYMENT_TARGET for the following
architecture(s): $ARCHITECTURES.
@@ -12,7 +12,7 @@ You must install onto your current boot disk, even
though the installer does not enforce this, otherwise
things will not work.
-MacPython consists of the Python programming language
+Python consists of the Python programming language
interpreter, plus a set of programs to allow easy
access to it for Mac users including an integrated development
environment, IDLE, plus a set of pre-built extension modules
@@ -25,8 +25,5 @@ links to the command-line tools in /usr/local as well,
by default you have to add the "bin" directory inside
the framework to you shell's search path.
-More information on MacPython can be found at
-http://www.python.org/download/mac/.
-
More information on Python in general can be found at
http://www.python.org.