gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.
http://packages.python.org/watchdog/
Apache License 2.0
6.64k stars 698 forks source link

Update PatternMatchingEventHandler documentation #1048

Closed nbelakovski closed 4 months ago

nbelakovski commented 4 months ago

From the existing docs it's not clear what the difference is between PatternMatching and RegexMatching. Hopefully this makes it clearer.

Also made a note that RegexMatching uses the re module, since there are various flavors of regex syntax and it's important to know which one is used.

BoboTiG commented 4 months ago

Thank you @nbelakovski :clinking_glasses: