Issue #17532: Always include Options menu for IDLE on OS X.
Patch by Guilherme Simões.
diff --git a/Misc/ACKS b/Misc/ACKS
index 37ed4ce..21a1a49 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -941,6 +941,7 @@
 Ionel Simionescu
 Kirill Simonov
 Nathan Paul Simons
+Guilherme Simões
 Ravi Sinha
 Janne Sinkkonen
 Ng Pheng Siong
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
 -----