SIGN IN SIGN UP

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.
T
Tim Peters committed
cffcfed1263a255386c0da50709d6abc18accaab
Parent: 967aa8b