]> granicus.if.org Git - python/commit
You can't unlink open files on Windows.
authorTim Peters <tim.peters@gmail.com>
Sat, 13 Oct 2001 00:19:39 +0000 (00:19 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 13 Oct 2001 00:19:39 +0000 (00:19 +0000)
commit10603b8799714c57f87c265867103a1d6c54f3fa
treeec7296d3a9603b32a71a9b3b74d0ae7d13b0a161
parent1b6e08a25e5ae538d5f2911f75ad9833a9c1f919
You can't unlink open files on Windows.
Simply commented it out, and then test_hotshot passes on Windows.
Leaving to Fred to fix "the right way" (it seems to be a feature of
unittest that all unittests try to unlink open files <wink>).
Lib/test/test_hotshot.py