diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-03-27 21:38:55 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-03-27 21:38:55 (GMT) |
commit | 2b73fe9956bb46d100b65ca03f41399405ee89f6 (patch) | |
tree | 0343b16380b750b233fecd0b6cd3921f51af2164 /Mac/Relnotes | |
parent | 764dad5b13a2a7018ad4e366cdd5aaf09bec6265 (diff) | |
download | cpython-2b73fe9956bb46d100b65ca03f41399405ee89f6.zip cpython-2b73fe9956bb46d100b65ca03f41399405ee89f6.tar.gz cpython-2b73fe9956bb46d100b65ca03f41399405ee89f6.tar.bz2 |
Updated for 2.1b2 distribution.
Diffstat (limited to 'Mac/Relnotes')
-rw-r--r-- | Mac/Relnotes | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes index 0adac32..73e2015 100644 --- a/Mac/Relnotes +++ b/Mac/Relnotes @@ -6,7 +6,9 @@ for machine-independent changes. Changes since 2.1b1 are marked with [*] and at the bottom of the list. - This release is Carbon-based, so it runs natively on MacOS 8.6 or - later and MacOSX. + later and MacOSX. (Note that on MacOSX MacPython will run as a normal Mac application, + if you want to run Python from the BSD commandline get a unix-Python distribution + from www.python.org). - Alternatively there is a classic PPC interpreter as well. There are two reasons you might want to use this: (a) you have a pre-MacOS9 system and don't want to install CarbonLib, or (b) you need Tkinter, for which no Carbon version is available yet. @@ -14,6 +16,9 @@ marked with [*] and at the bottom of the list. - There's a new module (package, actually) mkcwproject which builds CodeWarrior projects from simple templates. See Distutils or :Mac:scripts:genpluginprojects.py for examples of use. +- The Numerical extension has moved to :Lib:site-python from :Extensions. As Numerical + is now distutils-based you can easily install newer versions when they become + available. - Windows and Dialogs can now be different beasts, so you may have to call dlg.GetDialogWindow() where you used to be able to call window methods straight on the dialog. This also has consequences for code using FrameWork.DialogWindow. |