]> granicus.if.org Git - python/commitdiff
Added a note about getting rid of macfs usage (MacPython).
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 6 Feb 2003 23:10:45 +0000 (23:10 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 6 Feb 2003 23:10:45 +0000 (23:10 +0000)
Misc/NEWS

index 97da8e3b512bd6a3c93d9e9bf0132d1800356941..359fe457af8f36472858ec18c6acff747ff8189b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.