summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-16 13:53:40 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-06-16 13:53:40 +0000
commitf5e23ff3c6549e20824f34e8e22aaf729a911f1f (patch)
tree45ed27e68ced284798972d863765e21990e7fb27
parentd3295baad70337fbeceb38ba819f863986b12999 (diff)
downloadcpython-git-f5e23ff3c6549e20824f34e8e22aaf729a911f1f.tar.gz
Added two mac items (pimp auto-update and OSA property access).
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e745621ab..fefa17c7a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -176,6 +176,9 @@ Mac
automatically release the Global Interpreter Lock when an event loop
goes to sleep, allowing other threads to run. It's currently only
supported on OSX, in the Mach-O version.
+- The OSA modules now allow direct access to properties of the
+ toplevel application class (in AppleScript terminology).
+- The Package Manager can now update itself.
What's New in Python 2.3 beta 1?
================================