summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-16 13:53:40 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-06-16 13:53:40 (GMT)
commitf5e23ff3c6549e20824f34e8e22aaf729a911f1f (patch)
tree45ed27e68ced284798972d863765e21990e7fb27 /Misc
parentd3295baad70337fbeceb38ba819f863986b12999 (diff)
downloadcpython-f5e23ff3c6549e20824f34e8e22aaf729a911f1f.zip
cpython-f5e23ff3c6549e20824f34e8e22aaf729a911f1f.tar.gz
cpython-f5e23ff3c6549e20824f34e8e22aaf729a911f1f.tar.bz2
Added two mac items (pimp auto-update and OSA property access).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e74562..fefa17c 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?
================================