This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients tim.golden
Date 2014-05-05.17:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399310530.32.0.0955350320497.issue21440@psf.upfronthosting.co.za>
In-reply-to
Content
At present test_zipfile uses shutil.rmtree to remove its test artefacts. This intermittently but frequently fails to remove cleanly on a Windows development box. Changing it to use the test.support helper functions should reduce the incidence.
History
Date User Action Args
2014-05-05 17:22:10tim.goldensetrecipients: + tim.golden
2014-05-05 17:22:10tim.goldensetmessageid: <1399310530.32.0.0955350320497.issue21440@psf.upfronthosting.co.za>
2014-05-05 17:22:10tim.goldenlinkissue21440 messages
2014-05-05 17:22:09tim.goldencreate