diff options
author | Larry Hastings <larry@hastings.org> | 2012-06-26 06:50:01 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-06-26 06:50:01 (GMT) |
commit | 5b2f9c0aff4d1f17ba23fa125926279fdb5cbb15 (patch) | |
tree | ced1ffb8bd3960d66e0c29dc8ff9c24d5df31a1e /Misc | |
parent | 93e3d3ac094f788260bd61b74a0a99847466dd0e (diff) | |
download | cpython-5b2f9c0aff4d1f17ba23fa125926279fdb5cbb15.zip cpython-5b2f9c0aff4d1f17ba23fa125926279fdb5cbb15.tar.gz cpython-5b2f9c0aff4d1f17ba23fa125926279fdb5cbb15.tar.bz2 |
Issue #15817: Bugfix: remove temporary directories test_shutil was leaving
behind.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ Core and Builtins Library ------- +- Issue #15817: Bugfix: remove temporary directories test_shutil was leaving + behind. + - Issue #15177: Added dir_fd parameter to os.fwalk(). - Issue #15176: Clarified behavior, documentation, and implementation |