commit | c57a285cb4cd61439fd3ea804184ed8a8a1ac358 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Oct 29 21:46:08 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Oct 29 21:46:08 2001 +0000 |
tree | 5d02a253374face30c3a65c4be3bee4fd39fd2d3 | |
parent | e59feb5edc40a052995ed122bf67d0a8ab7ea8c2 [diff] |
SF bug #476138: tempfile behavior across platforms Ensure that a tempfile can be closed any number of times without error. This wasn't true on Windows.