]> granicus.if.org Git - python/commit
Issue #12333: close files before removing the directory
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 17 Jun 2011 11:25:53 +0000 (13:25 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 17 Jun 2011 11:25:53 +0000 (13:25 +0200)
commit0f270b2c37efd2c9600d9f8648918d9b3479dd94
treed5efb0df1a52ce82e42b28407e19785aee3fff30
parent3bcc0170bdd5dca6b87c12c7894454e352b53492
Issue #12333: close files before removing the directory

packaging.tests.support.TempdirManager: rmtree() fails on Windows if there are
still open files in the directory.
Lib/packaging/tests/support.py