| commit | 3c0f2c91adf086f809169f94ca9a2a75df3dc996 | [log] [tgz] |
|---|---|---|
| author | Neal Norwitz <nnorwitz@gmail.com> | Tue Jul 01 21:12:47 2003 +0000 |
| committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Jul 01 21:12:47 2003 +0000 |
| tree | 5e379450b2aa832000360993bc12550fcee972a5 | |
| parent | bcc58e87e8595bcb374947a30e0bf3d62771abbf [diff] [blame] |
Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel Tk 8.4 may return different values than 8.3. This fix should handle either version.
diff --git a/Misc/NEWS b/Misc/NEWS index 84da757..479f2e2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,9 @@ - SF bug 763023: fix uncaught ZeroDivisionError in difflib ratio methods when there are no lines. +- SF bug 763637: fix exception in Tkinter with after_cancel + which could occur with Tk 8.4 + Tools/Demos -----------