summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-08-02 07:20:25 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-08-02 07:20:25 (GMT)
commitaabf404ecc06f1ddbb4c003508dff78c7ac06012 (patch)
treeb5f62128570cf6deefaac735aa1a83fc15ab9fd8 /Misc
parent97b1fb6a98809e82a76953522bd3d334cbbd4260 (diff)
downloadcpython-aabf404ecc06f1ddbb4c003508dff78c7ac06012.zip
cpython-aabf404ecc06f1ddbb4c003508dff78c7ac06012.tar.gz
cpython-aabf404ecc06f1ddbb4c003508dff78c7ac06012.tar.bz2
Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap
Tcl command objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 28a99e7..6db54e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,6 +139,8 @@ Core and Builtins
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.