summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-14 20:14:13 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-14 20:14:13 (GMT)
commitcbb4f9ef58ec7673f7c64b16496879b914b0972a (patch)
treea0bfe1e3ee37467ae0b14b92560c502b3306d3fd /Misc
parent878555401e28a6da0ce05d2de637058a20ea7504 (diff)
downloadcpython-cbb4f9ef58ec7673f7c64b16496879b914b0972a.zip
cpython-cbb4f9ef58ec7673f7c64b16496879b914b0972a.tar.gz
cpython-cbb4f9ef58ec7673f7c64b16496879b914b0972a.tar.bz2
#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 2203621..5d7a81e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,9 @@ Core and Builtins
Library
-------
+- Issue #6022: a test file was created in the current working directory by
+ test_get_outputs in Distutils.
+
- Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
file is a binary. Patch by Brodie Rao, tests by Daniel Diniz.