[Python-checkins] python/dist/src/Misc NEWS,1.660,1.661

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sun, 16 Feb 2003 15:00:59 -0800


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

Modified Files:
	NEWS 
Log Message:
Added notes about pimp and bundlebuilder to the Mac section.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.660
retrieving revision 1.661
diff -C2 -d -r1.660 -r1.661
*** NEWS	14 Feb 2003 19:29:21 -0000	1.660
--- NEWS	16 Feb 2003 23:00:53 -0000	1.661
***************
*** 359,362 ****
--- 359,370 ----
  - Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
    This also makes macfs.FSSpec.SetDates() work again.
+   
+ - There is a new module pimp, the package install manager for Python, and
+   accompanying applet PackageManager. These allow you to easily download
+   and install pretested extension packages either in source or binary
+   form. Only in MacPython-OSX.
+   
+ - Applets are now built with bundlebuilder in MacPython-OSX, which should make
+   them more robust and also provides a path towards BuildApplication.