| commit | 6f5c5cb75b2fddf31cbb311d2a5508c54f6e21f6 | [log] [tgz] |
|---|---|---|
| author | Brian Curtin <brian@python.org> | Mon Aug 13 17:05:57 2012 -0500 |
| committer | Brian Curtin <brian@python.org> | Mon Aug 13 17:05:57 2012 -0500 |
| tree | 1cf393061b9bce18c6e0fb84c824fe441c583fbc | |
| parent | 59db40166760e270aab5417b5933022349cd35ee [diff] [blame] |
Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth
diff --git a/Misc/NEWS b/Misc/NEWS index e0559c5..30e6b96 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -413,6 +413,9 @@ 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.