summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-12-18 17:19:10 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-12-18 17:19:10 (GMT)
commitb68a7bc70c74d96eb1aa448629e3c3875ab206e6 (patch)
tree0af42cdc19c30671232254e8a9672df4a246f5b5 /Misc
parent5466bf1c94d38e75bc053b0cfc163e2f948fe345 (diff)
downloadcpython-b68a7bc70c74d96eb1aa448629e3c3875ab206e6.zip
cpython-b68a7bc70c74d96eb1aa448629e3c3875ab206e6.tar.gz
cpython-b68a7bc70c74d96eb1aa448629e3c3875ab206e6.tar.bz2
#10404: Use ctl-button-1 for context menus on OSX Idle.
This provides access to the context menus where they previously could not be accessed due to the way OSX Tk binds buttons. It also improves platform consistency. Patch by Ned Deily.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 020ddd1..456b1ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,7 +23,9 @@ Core and Builtins
Library
-------
-- Issue $9907: Fix tab handling on OSX when using editline by calling
+- Issue #10404: Use ctl-button-1 on OSX for the context menu in Idle.
+
+- Issue #9907: Fix tab handling on OSX when using editline by calling
rl_initialize first, then setting our custom defaults, then reading .editrc.
- Issue #4188: Avoid creating dummy thread objects when logging operations