commit | fd69208b78de964f978b6a070c0fa0729e8d5285 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu May 10 20:03:04 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu May 10 20:03:04 2001 +0000 |
tree | 52c8f6be59c2f168d2ef7eb8f4712a1f5c4a4a18 | |
parent | 8c3e91efaf6508e73fa997b95ef85b66f7cb5d63 [diff] |
Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo", and wrap the body in try/finally to ensure TESTFN gets cleaned up no matter what.