Commit f5e23ff3 authored by Jack Jansen's avatar Jack Jansen

Added two mac items (pimp auto-update and OSA property access).

parent d3295baa
...@@ -176,6 +176,9 @@ Mac ...@@ -176,6 +176,9 @@ Mac
automatically release the Global Interpreter Lock when an event loop automatically release the Global Interpreter Lock when an event loop
goes to sleep, allowing other threads to run. It's currently only goes to sleep, allowing other threads to run. It's currently only
supported on OSX, in the Mach-O version. 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? What's New in Python 2.3 beta 1?
================================ ================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment