summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-05-07 09:41:56 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-05-07 09:41:56 (GMT)
commite9709e7e34c2037bed44ef27630ae40db40a17a9 (patch)
treee4822f8d4602940aec33f298d8d86d562d84d95f /Mac
parenta6872b86a138ea166836cdf8c12658ff66a0ff5b (diff)
downloadcpython-e9709e7e34c2037bed44ef27630ae40db40a17a9.zip
cpython-e9709e7e34c2037bed44ef27630ae40db40a17a9.tar.gz
cpython-e9709e7e34c2037bed44ef27630ae40db40a17a9.tar.bz2
Merged 2.3b1 welcome message to the trunk.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/OSX/Dist/resources/Welcome.txt21
1 files changed, 17 insertions, 4 deletions
diff --git a/Mac/OSX/Dist/resources/Welcome.txt b/Mac/OSX/Dist/resources/Welcome.txt
index 9ecb080..5f0bd37 100644
--- a/Mac/OSX/Dist/resources/Welcome.txt
+++ b/Mac/OSX/Dist/resources/Welcome.txt
@@ -1,6 +1,19 @@
-Welcome!
+This program will install MacPython 2.3b1 for Mac OS X.
-This program will install Python 2.3a2 for Mac OS X as a Framework.
+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, a Python extension package manager),
+plus a set of pre-built extension modules that open up specific
+Macintosh technologies to Python programs (Carbon, AppleScript,
+Quicktime, more).
-Build number: 3
-Build date: Thu Mar 20 18:54:52 PST 2003
+The installer puts the applications in MacPython-2.3 in your
+Applications folder, command-line tools in /usr/local/bin and the
+underlying machinery in /Library/Frameworks/Python.framework.
+
+The PythonIDE application has a Help command that gets you started
+quickly with MacPython and contains references to other documentation.
+
+More information on MacPython can be found at
+http://www.cwi.nl/~jack/macpython.html, more information on Python in
+general at http://www.python.org.