From 6f64894a92e69d33b43089d100387d87f019f332 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Wed, 4 Mar 2009 21:13:03 +0000 Subject: [PATCH] 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. ........ --- Mac/BuildScript/resources/ReadMe.txt | 13 ++++++------- Mac/BuildScript/resources/Welcome.rtf | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Mac/BuildScript/resources/ReadMe.txt b/Mac/BuildScript/resources/ReadMe.txt index cb00c937cc9a..d99f9f6437ac 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. diff --git a/Mac/BuildScript/resources/Welcome.rtf b/Mac/BuildScript/resources/Welcome.rtf index d07e1044a6b5..0753ea46a27b 100644 --- a/Mac/BuildScript/resources/Welcome.rtf +++ b/Mac/BuildScript/resources/Welcome.rtf @@ -10,9 +10,9 @@ \f1\b Mac OS X $MACOSX_DEPLOYMENT_TARGET \f0\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.\ \ \ -This package will by default update your shell profile to ensure that this version of Python is on the search path of your shell. Please deselect the "Shell profile updater" package on the package customization screen if you want to avoid this modification. } \ No newline at end of file +This package will by default update your shell profile to ensure that this version of Python is on the search path of your shell. Please deselect the "Shell profile updater" package on the package customization screen if you want to avoid this modification. Double-click \b Update Shell Profile\b0 at any time to make $FULL_VERSION the default Python.} \ No newline at end of file -- 2.47.3