]> granicus.if.org Git - python/commit
Issue #16800: tempfile.gettempdir() no longer left temporary files when
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Feb 2013 22:38:48 +0000 (00:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Feb 2013 22:38:48 +0000 (00:38 +0200)
commit94cd10fa19d7174ce07c4680a1be7a94cb29dd8b
tree0aa07bbd57164c489e3f3a719705424a8166e056
parent38e2a2afbd627187790f89baa7673c4bbcaf8779
parentff7fef9601d15cdf274b4b984c7638f33002e879
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full.  Original patch by Amir Szekely.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/ACKS
Misc/NEWS