summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-08-13 22:05:57 (GMT)
committerBrian Curtin <brian@python.org>2012-08-13 22:05:57 (GMT)
commit6f5c5cb75b2fddf31cbb311d2a5508c54f6e21f6 (patch)
tree1cf393061b9bce18c6e0fb84c824fe441c583fbc /Misc
parent59db40166760e270aab5417b5933022349cd35ee (diff)
downloadcpython-6f5c5cb75b2fddf31cbb311d2a5508c54f6e21f6.zip
cpython-6f5c5cb75b2fddf31cbb311d2a5508c54f6e21f6.tar.gz
cpython-6f5c5cb75b2fddf31cbb311d2a5508c54f6e21f6.tar.bz2
Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth
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 e0559c5..30e6b96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -413,6 +413,9 @@ Extension Modules
Tests
-----
+- Issue #15496: Add directory removal helpers for tests on Windows.
+ Patch by Jeremy Kloth.
+
- Issue #15467: Move helpers for __sizeof__ tests into test_support.
Patch by Serhiy Storchaka.