summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2012-06-26 06:50:01 (GMT)
committerLarry Hastings <larry@hastings.org>2012-06-26 06:50:01 (GMT)
commit5b2f9c0aff4d1f17ba23fa125926279fdb5cbb15 (patch)
treeced1ffb8bd3960d66e0c29dc8ff9c24d5df31a1e /Misc
parent93e3d3ac094f788260bd61b74a0a99847466dd0e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 724540b..82b3b72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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