[Python-checkins] r69538 - in python/branches/py3k/Mac/BuildScript/resources: ReadMe.txt Welcome.rtf

ronald.oussoren python-checkins at python.org
Thu Feb 12 16:24:51 CET 2009


Author: ronald.oussoren
Date: Thu Feb 12 16:24:51 2009
New Revision: 69538

Log:
Update the ReadMe and Welcome files that are used by the OSX binary 
installer. Fixes issue5226. Patch by Ned Deily.


Modified:
   python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt
   python/branches/py3k/Mac/BuildScript/resources/Welcome.rtf

Modified: python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt
==============================================================================
--- python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt	(original)
+++ python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt	Thu Feb 12 16:24:51 2009
@@ -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.

Modified: python/branches/py3k/Mac/BuildScript/resources/Welcome.rtf
==============================================================================
--- python/branches/py3k/Mac/BuildScript/resources/Welcome.rtf	(original)
+++ python/branches/py3k/Mac/BuildScript/resources/Welcome.rtf	Thu Feb 12 16:24:51 2009
@@ -10,11 +10,10 @@
 \b Mac OS X $MACOSX_DEPLOYMENT_TARGET
 \b0 .\
 \
-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).\
+MacPython 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 \b IDLE\b0  plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs.\
 \
 See the ReadMe file for more information.\
 \
 
 \b NOTE: 
-\b0 This package will by default update not your shell profile, and will also not install\
-files in /usr/local. }
\ No newline at end of file
+\b0 This package will by default not update your shell profile and will also not install files in /usr/local.  Double-click \b Update Shell Profile\b0  at any time to make $FULL_VERSION the default Python.}


More information about the Python-checkins mailing list