diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-04-01 22:33:37 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-04-01 22:33:37 (GMT) |
commit | a02b7a8f6dea401d090e5f1dc26812dbdac38981 (patch) | |
tree | dc2bc582034025ca8d63f5e75b6a4ecd8c907e4c | |
parent | b60352992f04787fff0ac12b522000a59e92c4bd (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? |