commit | bc77d3690b4b0c9dbb8a00b15cfea74c4bdb134f | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian@python.org> | Mon Aug 13 17:26:48 2012 -0500 |
committer | Brian Curtin <brian@python.org> | Mon Aug 13 17:26:48 2012 -0500 |
tree | ef80992e2791a4c734a46f954e1770f17eb61581 | |
parent | 33f87a59b8855aa17970c9f680681d24669e7d20 [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 dfd431f..9d902e3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -323,6 +323,9 @@ Tests ----- +- Issue #15496: Add directory removal helpers for tests on Windows. + Patch by Jeremy Kloth. + - Issue #15043: test_gdb is now skipped entirely if gdb security settings block loading of the gdb hooks