--- /Users/kevin/Python-2.6.2/Lib/idlelib/EditorWindow.py 2009-03-04 16:35:38.000000000 -0500 +++ /Library/Frameworks/Python64.framework/Versions/2.6/lib/python2.6/idlelib/EditorWindow.py 2009-05-20 17:30:45.000000000 -0400 @@ -368,10 +368,6 @@ menudict[name] = menu = Menu(mbar, name=name) mbar.add_cascade(label=label, menu=menu, underline=underline) - if macosxSupport.runningAsOSXApp(): - # Insert the application menu - menudict['application'] = menu = Menu(mbar, name='apple') - mbar.add_cascade(label='IDLE', menu=menu) self.fill_menus() self.base_helpmenu_length = self.menudict['help'].index(END) @@ -425,6 +421,7 @@ def help_dialog(self, event=None): fn=os.path.join(os.path.abspath(os.path.dirname(__file__)),'help.txt') textView.view_file(self.top,'Help',fn) + def python_docs(self, event=None): if sys.platform[:3] == 'win':