Merged revisions 72768 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72768 | tarek.ziade | 2009-05-18 14:21:26 +0200 (Mon, 18 May 2009) | 1 line
Fixed #6053 - win32 fixes for distutils tests
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 87e471e..bb028d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -618,6 +618,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.