Merged revisions 72636 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72636 | tarek.ziade | 2009-05-14 22:14:13 +0200 (Thu, 14 May 2009) | 1 line
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 373405b..8107977 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,9 @@
Library
-------
+- Issue #6022: a test file was created in the current working directory by
+ test_get_outputs in Distutils.
+
- Issue #5977: distutils build_ext.get_outputs was not taking into account the
inplace option. Initial patch by kxroberto.