diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-14 20:14:13 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-14 20:14:13 (GMT) |
commit | cbb4f9ef58ec7673f7c64b16496879b914b0972a (patch) | |
tree | a0bfe1e3ee37467ae0b14b92560c502b3306d3fd /Misc | |
parent | 878555401e28a6da0ce05d2de637058a20ea7504 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |