diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-02-14 17:41:18 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-02-14 17:41:18 +0000 |
commit | 3e695893e8e15aafb47ed9129eb1d11918fd9e98 (patch) | |
tree | ae1dfb004dbf8932394fe9036b77dc5340e4a2a7 /Tools/msi/msisupport.mak | |
parent | 048cfac25bf697030416d611233fe7a37e79ba2c (diff) | |
download | cpython-3e695893e8e15aafb47ed9129eb1d11918fd9e98.tar.gz |
New test code failed to close the file. This caused
test_file to fail on Windows in reality (can't delete
a still-open file), but a new bare "except:" hid that
test_file failed on Windows, and leaving behind the
still-open TESTFN caused a cascade of bogus failures
in later tests.
So, close the file, and stop hiding failure to unlink.
Diffstat (limited to 'Tools/msi/msisupport.mak')
0 files changed, 0 insertions, 0 deletions