This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: OS X IDLE.app and bin/idle: incorrect key defaults in 3.x
Type: Stage:
Components: IDLE, macOS Versions: Python 3.0, Python 3.1
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2009-02-10 02:59 by ned.deily, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-nad0015-py3k-30.txt ned.deily, 2009-02-10 02:59
Messages (2)
msg81526 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2009-02-10 02:59
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
msg81770 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-02-12 15:12
Applied the patch as r69534 (3.1) and r69534 (3.0)
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49445
2009-02-12 15:12:58ronaldoussorensetstatus: open -> closed
resolution: accepted
messages: + msg81770
nosy: + ronaldoussoren
2009-02-10 02:59:23ned.deilycreate