[New-bugs-announce] [issue5195] OS X IDLE.app and bin/idle: incorrect key defaults in 3.x
Ned Deily
report at bugs.python.org
Tue Feb 10 03:59:24 CET 2009
New submission from Ned Deily <nad at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5195>
_______________________________________
More information about the New-bugs-announce
mailing list