Added notes about pimp and bundlebuilder to the Mac section.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 16 Feb 2003 23:00:53 +0000 (23:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 16 Feb 2003 23:00:53 +0000 (23:00 +0000)
Misc/NEWS

index ee7f2cb05974d7981760516404a999187a88dae5..7b83b60c2cf7b755c7e58e27eaab97ff617d214a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,14 @@ Mac
 
 - 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. 
 
 
 What's New in Python 2.3 alpha 1?