diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-16 13:53:40 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-16 13:53:40 (GMT) |
commit | f5e23ff3c6549e20824f34e8e22aaf729a911f1f (patch) | |
tree | 45ed27e68ced284798972d863765e21990e7fb27 /Misc | |
parent | d3295baad70337fbeceb38ba819f863986b12999 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? ================================ |