]> granicus.if.org Git - python/commit
Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 09:18:27 +0000 (11:18 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 09:18:27 +0000 (11:18 +0200)
commit99e033b02e9f352c484e20d6a6d57954304865b4
treea4d1c1fcc74265b42cbdcb103ecd2d612e69647a
parentb9915973f3522d3feaa862aaacd4d7d269f6fc72
Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely
successful when called during nulling out of modules during shutdown.
Misleading exception no longer raised when resource warning is emitted
during shutdown.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS