#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd

This commit is contained in:
Tarek Ziadé 2009-05-14 20:14:13 +00:00
parent 878555401e
commit cbb4f9ef58
2 changed files with 13 additions and 4 deletions

View file

@ -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.