summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-14 20:20:47 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-14 20:20:47 (GMT)
commit4210c6edcaf85ca2675c436a0992ab6e96f3d165 (patch)
tree5f171846bf0f8c7089d79f7fd54b39644c4f55fe /Misc
parente450185b4ad645d4f72cbd4b2139d6a987edc84d (diff)
downloadcpython-4210c6edcaf85ca2675c436a0992ab6e96f3d165.zip
cpython-4210c6edcaf85ca2675c436a0992ab6e96f3d165.tar.gz
cpython-4210c6edcaf85ca2675c436a0992ab6e96f3d165.tar.bz2
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 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8ba4c5..b80f7b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -607,6 +607,9 @@ Core and Builtins
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.