Fixed #6053 - win32 fixes for distutils tests
diff --git a/Misc/NEWS b/Misc/NEWS
index 27e4127..eb68760 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -298,6 +298,8 @@
 Library
 -------
 
+- Issue #6053: Fixed distutils tests on win32. patch by Hirokazu Yamamoto.
+
 - Issue #6046: Fixed the library extension when distutils build_ext is used
   inplace. Initial patch by Roumen Petrov.