diff options
author | Ned Deily <nad@acm.org> | 2012-10-22 22:18:46 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-10-22 22:18:46 (GMT) |
commit | b6d24d97467d2b4b74017c4812f7173f8021ece3 (patch) | |
tree | 560d8aff8a9528d115f8a2e8a479d5f446ebc586 /Lib/idlelib/NEWS.txt | |
parent | abb0febd0a79bee2f1ec7787d430a5446771a71b (diff) | |
parent | fdf0f274e63ab45de33e81c016e97dc8640265e9 (diff) | |
download | cpython-b6d24d97467d2b4b74017c4812f7173f8021ece3.zip cpython-b6d24d97467d2b4b74017c4812f7173f8021ece3.tar.gz cpython-b6d24d97467d2b4b74017c4812f7173f8021ece3.tar.bz2 |
Issue #15853: merge 3.2 -> 3.3
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 292c5a0..f6e8917d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -4,6 +4,9 @@ What's New in IDLE 3.3.1? - Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) +- 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.3.0? ========================= |