New submission from Ned Deily <n...@acm.org>: 3.x IDLE uses incorrect default key definitions on OS X If you have not already customized your IDLE key definitions (in ~/.idlerc), 3.x IDLE uses Windows defaults in its menus. ANALYSIS In 2.x, the IDLE Makefile customized the default configs in Lib/idlelib. In 3.x there is no longer a separate IDLE Makefile and the customization step is missing.
SOLUTION Add the OS X customization to the Mac/Makefile. APPLIES py3k, 3.0 ---------- components: IDLE, Macintosh files: patch-nad0015-py3k-30.txt messages: 81526 nosy: nad severity: normal status: open title: OS X IDLE.app and bin/idle: incorrect key defaults in 3.x versions: Python 3.0, Python 3.1 Added file: http://bugs.python.org/file13003/patch-nad0015-py3k-30.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5195> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com