Message223604
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 |
|
Date |
User |
Action |
Args |
2014-07-21 20:00:08 | zach.ware | set | recipients:
+ zach.ware |
2014-07-21 20:00:08 | zach.ware | set | messageid: <1405972808.55.0.924744488039.issue22024@psf.upfronthosting.co.za> |
2014-07-21 20:00:08 | zach.ware | link | issue22024 messages |
2014-07-21 20:00:08 | zach.ware | create | |
|