summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-16 23:00:53 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-16 23:00:53 (GMT)
commit9f70aabbf87c0e16029f3457a6b58e322e615b68 (patch)
tree5d4bdd19f0cfc94c6ccea232ba60cdc9c0926b6d /Misc
parentfd3e54c68e60719dad954be87e06fa5353ba47e9 (diff)
downloadcpython-9f70aabbf87c0e16029f3457a6b58e322e615b68.zip
cpython-9f70aabbf87c0e16029f3457a6b58e322e615b68.tar.gz
cpython-9f70aabbf87c0e16029f3457a6b58e322e615b68.tar.bz2
Added notes about pimp and bundlebuilder to the Mac section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee7f2cb..7b83b60 100644
--- 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?