diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-01 21:12:47 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-01 21:12:47 (GMT) |
commit | 3c0f2c91adf086f809169f94ca9a2a75df3dc996 (patch) | |
tree | 5e379450b2aa832000360993bc12550fcee972a5 /Misc/NEWS | |
parent | bcc58e87e8595bcb374947a30e0bf3d62771abbf (diff) | |
download | cpython-3c0f2c91adf086f809169f94ca9a2a75df3dc996.zip cpython-3c0f2c91adf086f809169f94ca9a2a75df3dc996.tar.gz cpython-3c0f2c91adf086f809169f94ca9a2a75df3dc996.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Library - 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 ----------- |