Issue #15041: Update "see also" list in tkinter documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b65fa9..b0f77a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@
 Core and Builtins
 -----------------
 
+- Issue #15041: Update "see also" list in tkinter documentation.
+
 - Issue #14579: Fix error handling bug in the utf-16 decoder.  Patch by
   Serhiy Storchaka.