]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Files used for second build of MacPython for Panther additions.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 4 Nov 2003 21:03:01 +0000 (21:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 4 Nov 2003 21:03:01 +0000 (21:03 +0000)
Mac/OSX/Dist/build.panther
Mac/OSX/Dist/resources.panther/ReadMe.txt
Mac/OSX/Dist/resources.panther/Welcome.rtf
Mac/OSX/Makefile.panther

index 5e865f2acd9ec0d3b3cfbe4a230f8eac431dc4ca..e97ea1cf56470ad56e1f6274b95d92742fdc4687 100755 (executable)
@@ -8,7 +8,7 @@
 # Script configs
 PYVERSION=2.3
 PYVER=2.3
-BUILDNUM=1
+BUILDNUM=2
 DOCLEANUP=no
 
 PROGDIR="`dirname \"$0\"`"
index 3c280e96ad63e9e0f2ccaae8734cb6932e2e0ca2..80c41dea9bf753300f76915f1dc8f9f923f47304 100644 (file)
@@ -1,5 +1,5 @@
-This package will install MacPython 2.3 for Mac OS X
-10.3 beta (build 7B53 or later)
+This package will install the second build of
+the MacPython 2.3 additions for Mac OS X 10.3
 
 Installation requires approximately 3.3 MB of disk
 space, ignore the message that it will take zero bytes.
@@ -10,10 +10,9 @@ things will not work.
 
 This installer does not contain a Python engine, as
 Apple already includes that in 10.3. It does contain
-a set of programs to allow easy
-access to it for Mac users (an integrated development
-environment, a Python extension package manager) and
-the waste module. 
+a set of programs to allow easy access to it for Mac 
+users (an integrated development environment, a Python 
+extension package manager) and the waste module. 
 
 The installer puts the applications in MacPython-2.3 in
 your Applications folder.
@@ -22,6 +21,13 @@ The PythonIDE application has a Help command that gets
 you started quickly with MacPython and contains
 references to other documentation.
 
+Changes since the first build:
+- The startup crash of the IDE some people experienced
+  has been fixed. The IDE Scripts folder is now in
+  ~/Library/Python/IDE-Scripts.
+- The full Python documentation can now be installed
+  through the Package Manager.
+
 More information on MacPython can be found at
 http://www.cwi.nl/~jack/macpython.html, more
 information on Python in general at
index 336f4788aadec8aace34df2ae3c6f2a1e58cd95f..6c591c28c9257ef7573724a89e6f9908a76056b2 100644 (file)
@@ -4,10 +4,10 @@
 \paperw11904\paperh16835\margl1440\margr1440\vieww9920\viewh10660\viewkind0
 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
 
-\f0\fs24 \cf0 This package will install 
+\f0\fs24 \cf0 This package will install the second build of the 
 \f1\b MacPython 2.3
-\f0\b0  for 
-\f1\b Mac OS X 10.3 beta (7B53 or later)
+\f0\b0  additions for 
+\f1\b Mac OS X 10.3
 \f0\b0 . \
 \
 MacPython consists of the programs to allow easy access to Python for Mac users (an integrated development environment, a Python extension package manager), and uses the Python 2.3 interpreter core that comes pre-installed on 10.3.\
index 04da5b56b22ab554014e9754578497585bb5253e..4ed7217c479bd3306ee7650ad8d277a3a2026890 100644 (file)
@@ -25,7 +25,7 @@ install_IDE:
                DESTDIR=$(DESTDIR) PYTHONAPPSDIR=$(PYTHONAPPSDIR)
        # Add the extra file to the resources. This is to work around a bugs in
        # PythonIDEMain.py in the original 2.3.
-       cp ../Tools/IDE/PythonIDEMain.py $(DESDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
+       cp ../Tools/IDE/PythonIDEMain.py $(DESTDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
 
 install_PackageManager:
        $(MAKE) -f Makefile install_PackageManager \