]> 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:37:29 +0000 (00:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Feb 2013 22:37:29 +0000 (00:37 +0200)
commitff7fef9601d15cdf274b4b984c7638f33002e879
tree3daf809b893ec457ef45c321e8319814251f343a
parentb52d432a780fdfb861000c95eb2bbb594fda9900
parentf6b361ec1a10b93ff8b927b400ca1777429bb23a
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