cpython: e749080fa0f9 (original) (raw)

Mercurial > cpython

changeset 98104:e749080fa0f9 2.7

Issue #16893: finish deprecation. [#16893]

Terry Jan Reedy tjreedy@udel.edu
date Sun, 20 Sep 2015 23:05:21 -0400
parents 884f15dc26f0
children af7437dd0637
files Lib/idlelib/EditorWindow.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-)[+] [-] Lib/idlelib/EditorWindow.py 4

line wrap: on

line diff

--- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -114,9 +114,7 @@ class HelpDialog(object): self.dlg = None self.parent = None -helpDialog = HelpDialog() # singleton instance -def _help_dialog(parent): # wrapper for htest

+helpDialog = HelpDialog() # singleton instance, no longer used class EditorWindow(object):