Skip to content

Files

Latest commit

152d3f8 · Sep 18, 2018

History

History
24 lines (16 loc) · 518 Bytes

changelog.rst

File metadata and controls

24 lines (16 loc) · 518 Bytes

API changes

0.10.0

  • 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.

0.8.2

  • Event emitters are no longer started on schedule if Observer is not already running.

0.8.0

  • DirectorySnapshot: methods returning internal stat info replaced by mtime, inode and path methods.
  • DirectorySnapshot: walker_callback parameter deprecated.