changeset: 98105:ff0270e9bdfb branch: 3.4 parent: 98101:a2e782188db6 user: Terry Jan Reedy date: Sun Sep 20 23:05:25 2015 -0400 files: Lib/idlelib/EditorWindow.py description: Issue #16893: finish deprecation. diff -r a2e782188db6 -r ff0270e9bdfb Lib/idlelib/EditorWindow.py --- a/Lib/idlelib/EditorWindow.py Sun Sep 20 22:55:39 2015 -0400 +++ b/Lib/idlelib/EditorWindow.py Sun Sep 20 23:05:25 2015 -0400 @@ -85,9 +85,7 @@ self.dlg = None self.parent = None -helpDialog = HelpDialog() # singleton instance -def _help_dialog(parent): # wrapper for htest - helpDialog.show_dialog(parent) +helpDialog = HelpDialog() # singleton instance, no longer used class EditorWindow(object):