commit | c7af7f36a664f4f413d4b6bb0558632efeaa7824 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Aug 02 07:21:06 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Aug 02 07:21:06 2008 +0000 |
tree | fc75449d8f7a1bcc665db00bd3800c2a4d0449b1 | |
parent | 4f3be8a0a908784f4ab5fec66439643f2c1d79eb [diff] [blame] |
Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. Backport of r65399.
diff --git a/Misc/NEWS b/Misc/NEWS index 153e551..c74072e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -74,6 +74,8 @@ Library ------- +- Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. + - Issue #3339: dummy_thread.acquire() could return None which is not a valid return value.