Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.
diff --git a/Misc/NEWS b/Misc/NEWS
index 444b335..824b7bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,8 +67,8 @@
Extension Modules
-----------------
-- Use Win32 API to implement os.{chdir,rename,rmdir,remove}. As a result,
- these functions now raise WindowsError instead of OSError.
+- Use Win32 API to implement os.{access,chdir,chmod,mkdir,remove,rename,rmdir,utime}.
+ As a result, these functions now raise WindowsError instead of OSError.
- Calling Tk_Init twice is refused if the first call failed as that
may deadlock.