mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Added notes about pimp and bundlebuilder to the Mac section.
This commit is contained in:
parent
fd3e54c68e
commit
9f70aabbf8
1 changed files with 8 additions and 0 deletions
|
@ -359,6 +359,14 @@ Mac
|
||||||
- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
|
- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
|
||||||
This also makes macfs.FSSpec.SetDates() work again.
|
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?
|
What's New in Python 2.3 alpha 1?
|
||||||
=================================
|
=================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue