]> granicus.if.org Git - python/commit
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
authorNed Deily <nad@acm.org>
Sat, 29 Jan 2011 18:29:01 +0000 (18:29 +0000)
committerNed Deily <nad@acm.org>
Sat, 29 Jan 2011 18:29:01 +0000 (18:29 +0000)
commit70063937ec871a8c4884a359a94be1bbb737daf4
tree447f1d61f17d3123bb64440e6c8ae12ca755901b
parent19e0a9e5111fc4ef16d6b51a61f099a18c0b3b20
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
menu accelerators for Open Module, Go to Line, and New Indent Width.
The accelerators still work but no longer appear in the menu items.
Lib/idlelib/EditorWindow.py
Misc/NEWS