summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-06 23:10:45 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-06 23:10:45 (GMT)
commitc929636bc276d3908e2e21ec2b9d4b7f8fafce00 (patch)
tree30b58979c02f0c866f91fa4fd3663199f4770474 /Misc
parent5a79329547ec0a01f997a375cabf4cd099eb7e82 (diff)
downloadcpython-c929636bc276d3908e2e21ec2b9d4b7f8fafce00.zip
cpython-c929636bc276d3908e2e21ec2b9d4b7f8fafce00.tar.gz
cpython-c929636bc276d3908e2e21ec2b9d4b7f8fafce00.tar.bz2
Added a note about getting rid of macfs usage (MacPython).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97da8e3..359fe45 100644
--- 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.