Eryk Sun <eryk...@gmail.com> added the comment:

> oh, I missed that a notification happens to the other process(es) in a 
> common case, a bit of retrying with backoff would actually make sense 

The other common problem with deleting an empty directory is when it's opened 
as the working directory of a process. This case fails as a sharing violation 
because the open doesn't share delete access. There's nothing reasonable to do 
about it without user interaction, which would be a complicated bit of code: 
find the process that has the directory open, display a message to the user in 
the desktop session of the process, and wait for a response. That's not a good 
candidate for the standard library.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33240>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to