summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-04-01 22:33:37 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-04-01 22:33:37 (GMT)
commita02b7a8f6dea401d090e5f1dc26812dbdac38981 (patch)
treedc2bc582034025ca8d63f5e75b6a4ecd8c907e4c
parentb60352992f04787fff0ac12b522000a59e92c4bd (diff)
downloadcpython-a02b7a8f6dea401d090e5f1dc26812dbdac38981.zip
cpython-a02b7a8f6dea401d090e5f1dc26812dbdac38981.tar.gz
cpython-a02b7a8f6dea401d090e5f1dc26812dbdac38981.tar.bz2
Added a note about scripting support and the IDE builtin help.
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a0e330..fb829b9 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?