From 61c32fe11f4c23dae00f94aa4dec65d09620e5a6 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 31 Aug 1995 13:56:36 +0000 Subject: [PATCH] Release notes for 1.3 --- Mac/Relnotes-1.3 | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Mac/Relnotes-1.3 diff --git a/Mac/Relnotes-1.3 b/Mac/Relnotes-1.3 new file mode 100644 index 00000000000..04ab6837ca9 --- /dev/null +++ b/Mac/Relnotes-1.3 @@ -0,0 +1,63 @@ + Changes since Python 1.2 for the mac + ------------------------------------ +These relnotes are relative to the last "official" MacPython release, +not to the intermediate releases. +- PPC python now uses a shared library organization. This allows the + creation of dynamically loadable extension modules (see XXXX) and + creation of python applets (see XXXX). A number of previously + builtin modules are now dynamically loaded. Dynamically loaded + modules are distributed in the PlugIns folder. +- All python versions now use +- new binhex module (partially working) +- Python now has a Preferences file, editable with + EditPythonPrefs. Remembered are the python 'home folder' and the + initial value for sys.path. If no preferences file is found a simple + one is created. + NOTE: this only works correctly if you start python the first time + from the correct folder. +- new img modules, to read/write/convert images in various formats +- new MacOS toolbox modules: AE, Ctl, Dlg, Event, List, Qd, Res, Snd + and Win. These provide access to various of the MacOS toolbox + interfaces. No documentation yet, but the __doc__ strings provide at + least the calling sequence (and Inside Mac will give you the + semantics). Minimal demos are provided for most toolbox interfaces, + and the 'scripts' directory has some more examples. +- AppleEvent client interfaces can be generated from aete/aeut + resources. No support for objects yet, nor for server interfaces. +- Lib:mac:FrameWork.py has an application framework (under + construction). +- (PPC Only) support for building Python applets: tiny standalone + python applications. +- fp = open(filename, '*r') opens resource-fork of a file for reading + (and similar for writing). +- option-dragging a file to the interpreter (or immedeately pressing +