Remove os.path.walk
diff --git a/Misc/NEWS b/Misc/NEWS
index 24a63ec..aaa6382 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@
 
 - The imputil module has been removed.
 
+- os.path.walk has been removed in favor of os.walk
+
 Build
 -----