diff options
author | Ned Deily <nad@acm.org> | 2012-10-22 22:14:31 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-10-22 22:14:31 (GMT) |
commit | fdf0f274e63ab45de33e81c016e97dc8640265e9 (patch) | |
tree | d4038a532520d9b4b6dfcd0779c0ba46b34da252 /Lib/idlelib/NEWS.txt | |
parent | af38774b5f373935b772b3be7d07b4cae3760d63 (diff) | |
download | cpython-fdf0f274e63ab45de33e81c016e97dc8640265e9.zip cpython-fdf0f274e63ab45de33e81c016e97dc8640265e9.tar.gz cpython-fdf0f274e63ab45de33e81c016e97dc8640265e9.tar.bz2 |
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
with certain versions of Tk 8.5. Initial patch by Kevin Walzer.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 3160c74..f234b64 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -21,6 +21,9 @@ What's New in IDLE 3.2.4? - Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X to include versions shipped with OS X 10.7 and 10.8 in addition to 10.6. +- Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu + with certain versions of Tk 8.5. Initial patch by Kevin Walzer. + What's New in IDLE 3.2.3? ========================= |