[issue22024] Add to shutil the ability to wait until files are definitely deleted

Serhiy Storchaka report at bugs.python.org
Sat Aug 2 16:44:49 CEST 2014


Serhiy Storchaka added the comment:

On Linux and some other systems there is an API which allow you to subscribe 
on notifications about file system events (in particular on deleting specified 
file). There are modules which provides Python interface to it (e.g. python-
inotify, inotifyx, pyinotify). May be there is similar API on Windows?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22024>
_______________________________________


More information about the Python-bugs-list mailing list