From: Jack Jansen Date: Tue, 1 Apr 2003 22:33:37 +0000 (+0000) Subject: Added a note about scripting support and the IDE builtin help. X-Git-Tag: v2.3c1~1295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a02b7a8f6dea401d090e5f1dc26812dbdac38981;p=python Added a note about scripting support and the IDE builtin help. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4a0e33057d..fb829b9f3d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -149,6 +149,12 @@ Mac - EasyDialogs dialogs are now movable-modal, and if the application is currently in the background they will ask to be moved to the foreground before displaying. + +- OSA Scripting support has improved a lot, and gensuitemodule.py can now + be used by mere mortals. + +- The IDE (in a framework build) now includes introductory documentation + in Apple Help Viewer format. What's New in Python 2.3 alpha 2?