#17883: Fix buildbot testing of Tkinter on Windows.  Patch by Zachary Ware.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0691ad3..1fe11be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@
 Tests
 -----
 
+- Issue #17883: Fix buildbot testing of Tkinter on Windows.
+  Patch by Zachary Ware.
+
 - Issue #7855: Add tests for ctypes/winreg for issues found in IronPython.
   Initial patch by Dino Viehland.