diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 11:06:36 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 11:06:36 (GMT) |
commit | 078afc86f20e675b40b1f2e559b8208dbfb160db (patch) | |
tree | 6c06a531feba18a8dff8cbee45c0964cb6b98757 /Mac/OSX | |
parent | bbaa08374587013d07ced371c80f620003876b6c (diff) | |
download | cpython-078afc86f20e675b40b1f2e559b8208dbfb160db.zip cpython-078afc86f20e675b40b1f2e559b8208dbfb160db.tar.gz cpython-078afc86f20e675b40b1f2e559b8208dbfb160db.tar.bz2 |
Files used for 2.3b2 macpython binary distribution.
Diffstat (limited to 'Mac/OSX')
-rwxr-xr-x | Mac/OSX/Dist/build | 4 | ||||
-rw-r--r-- | Mac/OSX/Dist/resources/Welcome.txt | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index b839ab6..5ceddeb 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -5,9 +5,9 @@ # TODO: Parameterize the versions, builddirs, etc... # Script configs -PYVERSION=2.3b1 +PYVERSION=2.3b2 PYVER=2.3 -BUILDNUM=1 +BUILDNUM=2 DOCLEANUP=no PROGDIR="`dirname \"$0\"`" diff --git a/Mac/OSX/Dist/resources/Welcome.txt b/Mac/OSX/Dist/resources/Welcome.txt index c855835..c977e91 100644 --- a/Mac/OSX/Dist/resources/Welcome.txt +++ b/Mac/OSX/Dist/resources/Welcome.txt @@ -1,4 +1,5 @@ -This program will install MacPython 2.3b1+ for Mac OS X. +This program will install MacPython 2.3b2 for Mac OS X 10.2. Installation +on 10.0, 10.1 or the 10.3 seed is explicitly discouraged. MacPython consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users (an |