Remove the macfs module.  This led to the deprecation of macostools.touched();
it completely relied on macfs and is a no-op on OS X according to code
comments.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b97938..10564fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -883,6 +883,10 @@
 Mac
 ---
 
+- Removed the macfs module.  It had been deprecated since Python 2.5.  This
+  lead to the deprecation of macostools.touched() as it relied solely on macfs
+  and was a no-op under OS X.
+
 
 What's New in Python 2.5 release candidate 1?
 =============================================