- Dropped support for Python 2.6, 3.2 and 3.3. If you are still running one of these obsolete Python version, you have to keep using watchdog < 0.10.0.
- Event emitters are no longer started on schedule if
Observer
is not already running.
DirectorySnapshot
: methods returning internal stat info replaced bymtime
,inode
andpath
methods.DirectorySnapshot
:walker_callback
parameter deprecated.