summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-04-12 08:23:49 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-04-12 08:23:49 (GMT)
commit46cd93a42f917bcd0a1cc7ca62eec55e56331d6f (patch)
tree2daa0105231bfcd1d9ae8c202ae9e3a526c8deee /Misc
parent7770f145b7f8f866d08c2ed8fafb2361fa5d2f59 (diff)
downloadcpython-46cd93a42f917bcd0a1cc7ca62eec55e56331d6f.zip
cpython-46cd93a42f917bcd0a1cc7ca62eec55e56331d6f.tar.gz
cpython-46cd93a42f917bcd0a1cc7ca62eec55e56331d6f.tar.bz2
Fixed #8375 - test_distutils now checks what remains to be cleaned up during tearDown
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 7d5fefe..0ca4bd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,9 @@ C-API
Library
-------
+- Issue #8375: test_distutils now checks if the temporary directory are still
+ present before it cleans them.
+
- Issue #8374: Update the internal alias table in the :mod:`locale` module
to cover recent locale changes and additions.