*** idlelib/bindings.py.orig --- idlelib/bindings.py *************** *** 11,16 **** --- 11,19 ---- import sys from configHandler import idleConf + # Note that Darwin code below assumes that the file menu will be first, + # that the about menu will be last, and that these two menus will not + # how many items are on each menu, or in which order. menudefs = [ # underscore prefixes character to underscore ('file', [ *************** *** 22,30 **** None, ('_Save', '<>'), ('Save _As...', '<>'), ! ('Save Co_py As...', '<>'), None, ! ('_Print Window', '<>'), None, ('_Close', '<>'), ('E_xit', '<>'), --- 25,33 ---- None, ('_Save', '<>'), ('Save _As...', '<>'), ! ('Save Cop_y As...', '<>'), None, ! ('Print Window', '<>'), None, ('_Close', '<>'), ('E_xit', '<>'),