diff options
author | Brian Curtin <brian@python.org> | 2012-08-13 22:05:57 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-08-13 22:05:57 (GMT) |
commit | 6f5c5cb75b2fddf31cbb311d2a5508c54f6e21f6 (patch) | |
tree | 1cf393061b9bce18c6e0fb84c824fe441c583fbc /Misc | |
parent | 59db40166760e270aab5417b5933022349cd35ee (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |