]> granicus.if.org Git - python/commit
SF bug #476138: tempfile behavior across platforms
authorTim Peters <tim.peters@gmail.com>
Mon, 29 Oct 2001 21:46:08 +0000 (21:46 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 29 Oct 2001 21:46:08 +0000 (21:46 +0000)
commitc57a285cb4cd61439fd3ea804184ed8a8a1ac358
tree5d02a253374face30c3a65c4be3bee4fd39fd2d3
parente59feb5edc40a052995ed122bf67d0a8ab7ea8c2
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.
Lib/tempfile.py
Lib/test/test_tempfile.py [new file with mode: 0644]