]> 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:35:30 +0000 (00:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Feb 2013 22:35:30 +0000 (00:35 +0200)
commitf6b361ec1a10b93ff8b927b400ca1777429bb23a
tree19679051591f3dda745d47ebca1d0d95e4bd1e6c
parente4ad8aacd1b10ef14d2a6d44c4c1ebd283ede6bb
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