diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2004-12-27 15:53:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2004-12-27 15:53:20 (GMT) |
commit | de2ecb84660331dd5c455e093bde597f7e8c58de (patch) | |
tree | 197751f8481872e6de22759ec9ed12466c7338ad /Mac/OSX/Dist/resources | |
parent | c77f6dfd923e469cd645a0f825509cf0e9c490a0 (diff) | |
download | cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.zip cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.gz cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.bz2 |
Updated version numbers.
Diffstat (limited to 'Mac/OSX/Dist/resources')
-rw-r--r-- | Mac/OSX/Dist/resources/ReadMe.txt | 9 | ||||
-rw-r--r-- | Mac/OSX/Dist/resources/Welcome.rtf | 6 | ||||
-rwxr-xr-x | Mac/OSX/Dist/resources/postflight | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/Mac/OSX/Dist/resources/ReadMe.txt b/Mac/OSX/Dist/resources/ReadMe.txt index a01725e..39a7b82 100644 --- a/Mac/OSX/Dist/resources/ReadMe.txt +++ b/Mac/OSX/Dist/resources/ReadMe.txt @@ -1,6 +1,5 @@ -This package will install MacPython 2.3.2 for Mac OS X -10.2. Installation on the Panther preview may work, on -10.1 or earlier will not work. +This package will install MacPython 2.5a0 for Mac OS X +10.3. Installation requires approximately 20 MB of disk space, ignore the message that it will take zero bytes. @@ -17,7 +16,7 @@ a set of pre-built extension modules that open up specific Macintosh technologies to Python programs (Carbon, AppleScript, Quicktime, more). -The installer puts the applications in MacPython-2.3 in +The installer puts the applications in MacPython-2.5 in your Applications folder, command-line tools in /usr/local/bin and the underlying machinery in /Library/Frameworks/Python.framework. @@ -27,6 +26,6 @@ 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 +http://www.cwi.nl/~jack/macpython, more information on Python in general at http://www.python.org. diff --git a/Mac/OSX/Dist/resources/Welcome.rtf b/Mac/OSX/Dist/resources/Welcome.rtf index b565ba8..ec6bb1a 100644 --- a/Mac/OSX/Dist/resources/Welcome.rtf +++ b/Mac/OSX/Dist/resources/Welcome.rtf @@ -5,10 +5,10 @@ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural \f0\fs24 \cf0 This package will install -\f1\b MacPython 2.3 +\f1\b MacPython 2.5a0 \f0\b0 for -\f1\b Mac OS X 10.2 -\f0\b0 . Installation on the Panther preview may work, on 10.1 or earlier will not work.\ +\f1\b Mac OS X 10.3 +\f0\b0 . Installation on 10.2 or earlier 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, 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).\ \ diff --git a/Mac/OSX/Dist/resources/postflight b/Mac/OSX/Dist/resources/postflight index e5c7f9d..878b6d4 100755 --- a/Mac/OSX/Dist/resources/postflight +++ b/Mac/OSX/Dist/resources/postflight @@ -4,7 +4,7 @@ # installed. #---------------------------------------------------------------------- -PYVER=2.3 +PYVER=2.5 PKG=$1 DEST=$2 |