Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap
Tcl command objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index 28a99e7..6db54e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,6 +139,8 @@
 Library
 -------
 
+- Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects.
+
 - Issue #3395: fix reference in test_multiprocessing to old debugInfo method
 
 - Issue #3312: Fix two crashes in sqlite3.