diff options
author | Ned Deily <nad@acm.org> | 2012-10-22 22:20:13 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-10-22 22:20:13 (GMT) |
commit | a212114a966c2c43de7f7f4404050018119c8dc0 (patch) | |
tree | 8fdbe68f250afb75241744d0ff98506e509bcc75 /Lib/idlelib/NEWS.txt | |
parent | 40d8078f418104e8558e72ca71484d8f3df088ce (diff) | |
parent | b6d24d97467d2b4b74017c4812f7173f8021ece3 (diff) | |
download | cpython-a212114a966c2c43de7f7f4404050018119c8dc0.zip cpython-a212114a966c2c43de7f7f4404050018119c8dc0.tar.gz cpython-a212114a966c2c43de7f7f4404050018119c8dc0.tar.bz2 |
Issue #15853: merge 3.3 -> default
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 12282b9..d193b0a 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -4,6 +4,9 @@ What's New in IDLE 3.4.0? - 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? ========================= |