summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-01-27 15:21:39 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-01-27 15:21:39 (GMT)
commit1a1b6e41575ebbac0a681f82061bf5d137330eb8 (patch)
treefa030650518ed242bb5b61f5478d8e9ef3854c48 /Misc
parent13a28634ac0ec27ca15ef1188dc63ba35df83d94 (diff)
downloadcpython-1a1b6e41575ebbac0a681f82061bf5d137330eb8.zip
cpython-1a1b6e41575ebbac0a681f82061bf5d137330eb8.tar.gz
cpython-1a1b6e41575ebbac0a681f82061bf5d137330eb8.tar.bz2
Attempting to keep the Mac section of the NEWS file up-to-date, in stead
of the usual frantic editing at the last moment:-)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c98d50c..6ff35fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,7 +212,11 @@ Windows
Mac
---
-TBD
+- There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
+ and AskFolder. The old macfs.StandardGetFile and friends are deprecated.
+
+- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
+ This also makes macfs.FSSpec.SetDates() work again.
What's New in Python 2.3 alpha 1?