commit | 674f4fa2ad1394235db032f8513af0a7b3347067 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Wed May 22 15:16:17 2013 -0700 |
committer | Ned Deily <nad@acm.org> | Wed May 22 15:16:17 2013 -0700 |
tree | 836fb538beb4d0ede6057d691ce319d7a6f74e31 | |
parent | 1cf48b4adc0589dd52d123ddb6e5976c40ed2da5 [diff] [blame] |
Issue #17532: Always include Options menu for IDLE on OS X. Patch by Guilherme Simões.
diff --git a/Misc/NEWS b/Misc/NEWS index 7a72030..9c472dd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,9 @@ - Issue #14146: Highlight source line while debugging on Windows. +- Issue #17532: Always include Options menu for IDLE on OS X. + Patch by Guilherme Simões. + Tests -----