summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tempfile.py
Commit message (Collapse)AuthorAgeFilesLines
* SF bug #476138: tempfile behavior across platformsTim Peters2001-10-291-0/+10
Ensure that a tempfile can be closed any number of times without error. This wasn't true on Windows.