| commit | 57847df4e59015c141e645b47112829cf41b582a | [log] [tgz] |
|---|---|---|
| author | Ned Deily <nad@acm.org> | Thu Mar 27 20:47:04 2014 -0700 |
| committer | Ned Deily <nad@acm.org> | Thu Mar 27 20:47:04 2014 -0700 |
| tree | 957c78b3e8217ee5ab75e5ae488c85dc40d7349c | |
| parent | b693e9fc5bed8c8375e47a2f189931a4faece30f [diff] [blame] |
Issue #17654: Ensure IDLE menus are customized properly on OS X for non-framework builds and for all variants of Tk.
diff --git a/Misc/NEWS b/Misc/NEWS index 83c7383..baeffbb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -279,6 +279,9 @@ - Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial shell window is present. +- Issue #17654: Ensure IDLE menus are customized properly on OS X for + non-framework builds and for all variants of Tk. + Tests -----