]> granicus.if.org Git - python/commit
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 18:31:49 +0000 (18:31 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 18:31:49 +0000 (18:31 +0000)
commit35ef9c19fe0f66d9d68b41100e85edc9feb45b1e
tree2e199adeacb7b794ec18c9ea79e57ba58e659cd3
parent6c104f6906bc7203f39a15bcc8b3d3905c7333e8
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
which can be set to False to prevent the default delete-on-close
behavior.
Doc/lib/libtempfile.tex
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/ACKS
Misc/NEWS