#1730136: Fix comparison between a tk Font object and an object of a different type.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ccc8b5..bfa8bac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,9 @@
 Library
 -------
 
+- Issue #1730136: Fix the comparison between a tk.font.Font and an object of
+  another kind.
+
 - Issue #9441: logging has better coverage for rotating file handlers.
 
 - Issue #9865:  collections.OrderedDict now has a __sizeof__ method.