You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ Changelog
14
14
- [inotify] Fix reading inotify file descriptor after closing it. (`#1081 <https://github.com/gorakhargosh/watchdog/pull/1081>`__)
15
15
- [utils] The ``stop_signal`` keyword-argument type of the ``AutoRestartTrick`` class can now be either a ``signal.Signals`` or an ``int``.
16
16
- [utils] Added the ``__repr__()`` method to the ``Trick`` class.
17
-
- [utils] Removed the unused ``name()`` function from the ``echo`` module.
17
+
- [utils] Removed the unused ``echo_class()`` function from the ``echo`` module.
18
+
- [utils] Removed the unused ``echo_instancemethod()`` function from the ``echo`` module.
19
+
- [utils] Removed the unused ``echo_module()`` function from the ``echo`` module.
20
+
- [utils] Removed the unused ``is_class_private_name()`` function from the ``echo`` module.
18
21
- [utils] Removed the unused ``is_classmethod()`` function from the ``echo`` module.
19
22
- [utils] Removed the unused ``ic_method(met()`` function from the ``echo`` module.
20
-
- [utils] Removed the unused ``is_class_private_name()`` function from the ``echo`` module.
21
23
- [utils] Removed the unused ``method_name()`` function from the ``echo`` module.
22
-
- [utils] Removed the unused ``echo_instancemethod()`` function from the ``echo`` module.
23
-
- [utils] Removed the unused ``echo_class()`` function from the ``echo`` module.
24
-
- [utils] Removed the unused ``echo_module()`` function from the ``echo`` module.
24
+
- [utils] Removed the unused ``name()`` function from the ``echo`` module.
25
25
- [watchmedo] Fixed Mypy issues.
26
26
- [watchmedo] Added the ``__repr__()`` method to the ``HelpFormatter`` class.
27
27
- [watchmedo] Removed the ``--trace`` CLI argument from the ``watchmedo log`` command, useless since events are logged by default at the ``LoggerTrick`` class level.
0 commit comments