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

Raymond Hettinger report at bugs.python.org
Sun Aug 3 00:01:28 CEST 2014


Raymond Hettinger added the comment:

Windows has FindFirstChangeNotification and FileSystemWatcher:

* http://msdn.microsoft.com/en-us/library/aa364417%28VS.85%29.aspx
* http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list