[Python-checkins] python/dist/src/Misc NEWS,1.784,1.785

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 16 Jun 2003 06:53:43 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv22792

Modified Files:
	NEWS 
Log Message:
Added two mac items (pimp auto-update and OSA property access).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.784
retrieving revision 1.785
diff -C2 -d -r1.784 -r1.785
*** NEWS	15 Jun 2003 23:13:35 -0000	1.784
--- NEWS	16 Jun 2003 13:53:40 -0000	1.785
***************
*** 177,180 ****
--- 177,183 ----
    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?