Added a note about getting rid of macfs usage (MacPython).

This commit is contained in:
Jack Jansen 2003-02-06 23:10:45 +00:00
parent 5a79329547
commit c929636bc2
1 changed files with 4 additions and 0 deletions

View File

@ -271,6 +271,10 @@ Mac
- There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
and AskFolder. The old macfs.StandardGetFile and friends are deprecated.
- Most of the standard library now uses pathnames or FSRefs in preference
of FSSpecs, and use the underlying Carbon.File and Carbon.Folder modules
in stead of macfs. macfs will probably be deprecated in the future.
- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
This also makes macfs.FSSpec.SetDates() work again.