]> 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:34:46 +0000 (00:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Feb 2013 22:34:46 +0000 (00:34 +0200)
commit0127de0b877600a95871e07aee8a092e9199002a
tree3a94dc1b1e70e1958e8e6ccccffb510befc0532a
parentcdc7a91dde9221f5cf857268f7900e7a7d64619b
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_support.py
Lib/test/test_tempfile.py
Misc/ACKS
Misc/NEWS