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 zach.ware
Recipients zach.ware
Date 2014-07-21.20:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405972808.55.0.924744488039.issue22024@psf.upfronthosting.co.za>
In-reply-to
Content
As suggested by Martin in msg170717, shutil should grow some way to block until a given file/directory is actually deleted, due to Windows' scheme of not actually deleting a file until all handles to it are closed.

This could take the form of a 'wait=False' parameter to rmtree that causes rmtree to block until the file/dir is gone (which could mean blocking indefinitely), or a new function "wait_until_deleted(name, timeout=None)".

Related issues: #15946, #7443, #19629
History
Date User Action Args
2014-07-21 20:00:08zach.waresetrecipients: + zach.ware
2014-07-21 20:00:08zach.waresetmessageid: <1405972808.55.0.924744488039.issue22024@psf.upfronthosting.co.za>
2014-07-21 20:00:08zach.warelinkissue22024 messages
2014-07-21 20:00:08zach.warecreate