]> granicus.if.org Git - python/commit
Close the file before trying to remove the directory so it works on Windows.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Mar 2008 16:22:46 +0000 (16:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Mar 2008 16:22:46 +0000 (16:22 +0000)
commit4a50d26ba229e5154b9c28c7e4073848f1850585
treea263485e27909942331188ffa7e078e463ea43dd
parentfd6cabfe21f4eeecd215d07c2d6d01309ef3dc3d
Close the file before trying to remove the directory so it works on Windows.
As reported by Trent Nelson on python-dev.
Lib/bsddb/test/test_basics.py